Showing most recent milestone

Hi there,
Im working on a project where I have series of checkbox inserted for each phases to completion. Upon completion, i'd like the current milestone column to capture the current phase check boxed, irregardless of multiple checkboxes selected.
For example, if checkbox 1, 2 and 3 are checked, i'd like the current milestone column to show it as "Phase 3- Onboarding form completion" stage.
Any help is greatly appreciated.
Answers
-
You could use nested IF statements where you start by checking the first box status. If it's checked, then check the second box, etc. Something like IF(
phase1checked
, IF(phase2checked
, IF(phase3checked
, IF(phase4checked
,"Phase 4", "Phase 3"), "Phase 2"), "Phase 1"), "Not Started") -
The error message i get is #UNPARSEABLE.
-
Hi @OS23
You can use this formula. Be sure to type in the full name of the column or reference the cell in your formula.
=IF([Phase 4 - Seed data ID complete]@row = 1, "Phase 4 - Seed data ID complete", IF([Phase 3 - Onboarding form completion]@row = 1, "Phase 3 - Onboarding form completion", IF([Phase 2 - Backup Strategy Complete]@row = 1, "Phase 2 - Backup Strategy Complete", IF([Phase 1 - Kick-off complete..]@row = 1, "Phase 1 - Kick-off complete.."))))
Thanks,
Aravind GP| Delivery Manager
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!