View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default conditional formatting

If the active cell is in row 6, the CF condition should be
Formula Is =G60
--
David Biddulph

"Tflight" wrote in message
...
Hi,

I am wanting to make one cell turn a certain color when another cell in
that
row is greater than 0. I understand that I should go to Format,
Conditional
Formatting, and then Formula Is, but I'm not sure what to do after that.

Formula Is =COUNTIF(G6:G327,"0") but nothing happens....