I have a (probably) simple problem but I just couldn't figure it out.
I have an Excel workbook (Google AdWords report), with just one sheet and simple data in many rows and columns. No formulas, just raw values like numbers, text and percentages.
I wish to color whole row red if a value in that row in a certain column equals something.
For example:
Case 1.
IF value in column C <= 1.5% THEN color row RED; /cell C25 is 1.41% row 25 gets colored red/
Case 2.
IF value in column F begins with text "Below first page..." (theres more but it always begins with this) THEN color row ORANGE
I have absolutely no experience with VBA but do know just a little bit of PHP and CSS so the principles just might come in handy (I hope). This is the reply someone gave here on SA, Coloring complete Row based on values from Columns but I coudn'T get that one to work