I am using this formula
=AND(INDIRECT("F"&ROW())<5,INDIRECT("I"&ROW())>15)
to apply a conditional color to cells in Column I, so basically if the value in Column F is <5 and the value in Column I >15 I want it colorized. But I get nothing even though rows meet that condition. I think using AND() and INDIRECT() are correct.... dunno
Any help appreciated.:think: