Hi,
I'm having some trouble with the IFS formula. I have tried both IFS and IF, without any success.
Basically, I'm pulling data with a random range of 1-100.
If the data is less than (or equal to) "49", then I need to return the value "Too short!"
If the data is equal to the range of "50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60", then I need to return the value "Perfect!"
If the data is greater than (or equal to) "61", then I need to return the value "Too long!"
I have managed to get the less than and greater than to work, and independently I have managed to get the equal to a range to work, BUT I can't seem to get these to work together. I need this function in one cell, and it's giving me a bit of a headache.
Can someone give me a hand here?
Bookmarks