Hello,
What I want to create is a conditional formula that works this way:
In cell I5 :
IF(E5>85.0000001, "The text of Content of E5 turns into RED",IF(E5>45.000001,"O.K","THE text of Content of E5 turns into RED"))
Basically, I want the number of cell E5 to be within this range : 45 - 85
If the number is less than 45, then the content of cell E5 turns into red
If the number is greater than 85, then the content of cell E5 turns into red
If the number is within range 45 - 85, then it prints "O.K" in cell I5
I'm attaching the file for a better understanding.
Thank you so much in advance,
Cesar
Bookmarks