T
Todd
Can I put more than one if statement in a conditional
format?
I want it to turn a cells background yellow if one cell
has data and either of the other two are blank.
This is my base formula which works.
=IF(O10<>0,IF(OR(ISBLANK($M$10),ISBLANK
($N$10)),"T","F"),"OK")
Here is what I tried to put into the conditional format
box. (It doesnt' work~ guess you know that already)
=IF(O10<>0,IF(OR(ISBLANK($M$10),ISBLANK($N$10))))
Thanks,
Todd
format?
I want it to turn a cells background yellow if one cell
has data and either of the other two are blank.
This is my base formula which works.
=IF(O10<>0,IF(OR(ISBLANK($M$10),ISBLANK
($N$10)),"T","F"),"OK")
Here is what I tried to put into the conditional format
box. (It doesnt' work~ guess you know that already)
=IF(O10<>0,IF(OR(ISBLANK($M$10),ISBLANK($N$10))))
Thanks,
Todd