Nested If Formula
Could someone please help me with this IF formula? Much appreciated!
=IF([Total Individual Miles]1>350, "Five", IF(Total Individual Miles]1 <= 50, "One", IF(AND([Total Individual Miles]1 >50, [Total Individual Miles]1 <=150), "Two", IF(And([Total Individual Miles]1 >150, [Total Individual Miles]1 <=250, "Three", IF(And([Total Individual Miles]1 >250, [Total Individual Miles]1 <=350, "Four", "")))))
Best Answer
-
Try: =IF([Total Individual Miles]@row > 350, "Five", IF(AND([Total Individual Miles]@row > 250, [Total Individual Miles]@row <= 350), "Four", IF(AND([Total Individual Miles]@row > 150, [Total Individual Miles]@row <= 250), "Three", IF(AND([Total Individual Miles]@row > 50, [Total Individual Miles]@row <= 150), "Two", "One"))))
Answers
-
Try: =IF([Total Individual Miles]@row > 350, "Five", IF(AND([Total Individual Miles]@row > 250, [Total Individual Miles]@row <= 350), "Four", IF(AND([Total Individual Miles]@row > 150, [Total Individual Miles]@row <= 250), "Three", IF(AND([Total Individual Miles]@row > 50, [Total Individual Miles]@row <= 150), "Two", "One"))))
-
Yippee!! Thanks so much!! Made my day!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!