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
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 466 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!