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
- Customer Resources
- 65K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 149 Just for fun
- 70 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!