MrsWillmore
New Member
- Joined
- Apr 5, 2013
- Messages
- 11
I'm trying to get my formula to work on 3 items,
between 12571 to 50270 returns 243
between 50271 to 125140 returns 124
over 125140 returns 110
I had tried using this, but obviously it returns a value for the 110 as it's already over 50271
=IF(J48<=50270,"243",IF(J48>=50271,"124",IF(J48>=125141,"110")))
should I be using an AND or OR and trying to get a greater than, less than on the 50271 to 125140? I'm really stuck and would love any advice you can help with.
between 12571 to 50270 returns 243
between 50271 to 125140 returns 124
over 125140 returns 110
I had tried using this, but obviously it returns a value for the 110 as it's already over 50271
=IF(J48<=50270,"243",IF(J48>=50271,"124",IF(J48>=125141,"110")))
should I be using an AND or OR and trying to get a greater than, less than on the 50271 to 125140? I'm really stuck and would love any advice you can help with.