Working on IF logic . Does if take in range like (200-500) then x
I tried writing this formula
=IF(J2=(50-200), "SMB", IF(J2=(200-500),"MID MARKET", IF(J2=(5000-10000),"SME", "Large Enterprise")))
But it did not give me the required answer which was supposed to be "SMB"
Any pointers?