Can I write a formula that will highlight line 8 if the value of box C8 is greater then 1.
Can I write a formula that will highlight line 8 if the value of box C8 is greater then 1.
Select Row 8 and go to Format|Conditional Formatting, select Formula Is from 1st drop down and then enter formula:
=$C8>1
click Format and choose from Pattern tab
Click Ok
Click Ok to finish.
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Did you select the whole row 8 first? Then apply the formatting as described?
If you want to highlight entire rows if any cell in column C is greater than 1, try this:
Highlight the whole worksheet
Go to Conditional Formatting
Select "New Rule"
Select "Use a formula to determine which cells to format"
Enter this formula: =indirect("C"&row())>1
Click on the "Format" button and choose your fill color
Click OK
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks