C
Cheryl B.
Working on a 'dashboard' ... more like a traffic light, though, I think.
Based on the same cell value {F21) , these statements work fine when written
separately:
=IF(F21<0.02,"G",0)
=IF(AND(F21>0.02,F21<0.06),"Y",0)
=IF(F21>=0.06,"R",0)
How can I 'hook' them together as one string with one result?
Based on the same cell value {F21) , these statements work fine when written
separately:
=IF(F21<0.02,"G",0)
=IF(AND(F21>0.02,F21<0.06),"Y",0)
=IF(F21>=0.06,"R",0)
How can I 'hook' them together as one string with one result?