Hi,
I was wondering if the following is possible to do. In cell A3 I have the following nested IF function:
=IF(A1<60,"bad",IF(A1<80,"okay",IF(A1<90,"good","excellent")))
I am wondering if it is possible to have the respective outputs have there own colors. ie. when bad is displayed in cell A3 it would be in the color red, when okay is displayed it would be color yellow, good would be color green, and excellent would be color blue.
Thanks,
Dan
Bookmarks