How to write a formula with multiple conditions?
Hi,
I have these 5 Phase columns in my project tracking sheet.
Now i want to automate the column named "Test" that shows at what phase the project is currently in.
The logic is something like: "If the Phase 1 is 100%, Phase 2 is 45%, Phase 3 is 65% then the project should be at Phase 2"
Ideally if the phase is at 100%, It should not take up that phase. If all the 5 phases are at 100%, It should show "Completed" and if all the phases are blank then "Not Yet Started"
Answers
-
Hi @anzar
Check if this works for you:
=IF([Phase 5 Closing]@row = 1, "Completed", IF([Phase 4 Monitoring]@row = 1, "Phase 5", IF([Phase 3 Delivery]@row = 1, "Phase 4", IF([Phase 2 Development]@row = 1, "Phase 3", IF([Phase 1 Delivery]@row = 1, "Phase 2", "")))))
Tomasz Giba
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!