Range of a number between three options - is this possible.
Hi All,
I need to track project by number of working days within 30, 60, or 90. I am trying to write a formula to look at (1) number and determine if this is within 30 days, between 31-60 days or anything 61+.
I am hitting a wall on trying to determine the best route to calculate this information. Any thoughts and or suggestions?
I have tried a few =IF(AND statements and keep receiving and error.
Best Answer
-
I think you're looking for a nested IF statement. Something like:
=IF(Number@row < 30, "30 days", IF(Number@row < 61, "30-60 days, "90 days"))
Answers
-
I think you're looking for a nested IF statement. Something like:
=IF(Number@row < 30, "30 days", IF(Number@row < 61, "30-60 days, "90 days"))
-
David! You are amazing! This worked thanks for helping me out. :) I hope you have a great day.
-
No problem. You do the same.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K 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!