rmccafferty
Board Regular
- Joined
- Jul 16, 2009
- Messages
- 60
Has anyone tried using an IF statement within conditional formatting? If so, I would like to know if it worked, and if so, was it straight forward or were there special issues to be dealt with, and how you set it up. I very much do not want to have to try to put it into VBA as it would be nightmarish to get it into all the cells and keep it working correctly.
I would like to use a formula something like the following in the conditional formatting formula.
IF(cell above = x, format a, format b).
Or better yet, I would like to use a nested IF statement. Something like:
IF(cell above = x, format a, IF(cell below=y,format b,format c))
I don't see how this can be done in the manage rules box of Excel 2007, but if it can be done, someone on this site knows how.
I would like to use a formula something like the following in the conditional formatting formula.
IF(cell above = x, format a, format b).
Or better yet, I would like to use a nested IF statement. Something like:
IF(cell above = x, format a, IF(cell below=y,format b,format c))
I don't see how this can be done in the manage rules box of Excel 2007, but if it can be done, someone on this site knows how.