Forum Discussion
Laurie McDowell
Aug 16, 2018Copper Contributor
Problem with nested IF formula #Excel #2018
Greetings, I am trying to create a formula that will check the value in the adjacent cell to determine if it falls within a specified range, and if so, return text for the range, i.e, 5-9. This is t...
- Aug 16, 2018
Hi Laurie,
You may use
=LOOKUP(P12,{0,5,10,15,21},{"0-4","5-9","10-14","15-19","20+"})
Laurie McDowell
Aug 17, 2018Copper Contributor
Hi Sergei. This worked like a charm! Thanks so much!
SergeiBaklan
Aug 17, 2018Diamond Contributor
You are welcome