Conditional Formating - Highlighting a entire row

J

Joe

I would like to be able to highlight a whole row if the
value in column O is less than zero? Any ideas?

Thanks
 
F

Frank abel

Hi
for row 1 try:
- select row 1
- goto the conditional formatting dialog
- enter the formula:
=$O1<0
- choose your format
 
J

Joe

Worked like a charm. thanks a ton
-----Original Message-----
Hi
for row 1 try:
- select row 1
- goto the conditional formatting dialog
- enter the formula:
=$O1<0
- choose your format

.
 
Top