K
Kristen PS
Hi,
I am trying to get a text response within a multiple IFF statement.
Basically, if the value in a cell is between 6 and 9 I want the formula to
return "drier than normal"
Between 10-14, "normal" 15-18 "wetter than normal.
This is the equation I have put together, but it keeps coming back "False"
=IF(AND(B45<9, B45>6), "drier than normal", IF(AND(B45<14, B45>10),"normal",
IF(AND(B45>15,B45<18), "wetter than normal")))
Any suggestions?
Thanks in advance!
Kristen
I am trying to get a text response within a multiple IFF statement.
Basically, if the value in a cell is between 6 and 9 I want the formula to
return "drier than normal"
Between 10-14, "normal" 15-18 "wetter than normal.
This is the equation I have put together, but it keeps coming back "False"
=IF(AND(B45<9, B45>6), "drier than normal", IF(AND(B45<14, B45>10),"normal",
IF(AND(B45>15,B45<18), "wetter than normal")))
Any suggestions?
Thanks in advance!
Kristen