highlight

M

mykaltx

I had someone give me some good information on this thread. I am not
sure about how to use what he gave me. I am trying to highlight a row
when I am through with something. Example is on my web page.
I would like to type something in cell L9. 100 % is the rule. If it is
95% it will not work. once it is change to 100% I would like for it to
highlight the entire row to show the job is complete.


my web page is www.mykaltx.com
 
D

Dave Peterson

Follow those instructions in that other thread.

But the formula changes from:
=$g2<>""
to:
=$L9>=1

Change 9 to whatever row the activecell is on.
 
Top