Setting Status column based on the number of "IS NOT BLANK" columns
Hello
I'm new to Smartsheet and need some help.
I'm tracking a project that for each participant, 12 different tasks need to happen to generate a complete data package. There's no set order for the tasks to occur, and there's no set time limit.
I want to use the 0/quarter/half/full symbols to track the status of each participant based on how many tasks have been completed, i.e. number of columns that are not blank.
I don't know if this should be an automated task, a function, conditional formatting, or something else. Any suggestions?
THank you
Answers
-
Hi @MeeToo
You will need to first calculate how many tasks are completed for each participant. You can have these in a separate metric sheet. The formula would be something like =COUNTIFS({reference of column containing participant name}, "Name of the participant", {reference of column containing the status of the task}, "value indicating the task is complete")
The above formula will give you a count of tasks each participant has completed. You can then write a formula in your sheet in the symbol column in the tune of =IF([column containing count of tasks complete]@row / 12 = 1, "Full", IF([column containing count of tasks complete]@row / 12 >= 0.75, "Three Quarter", IF([column containing count of tasks complete]@row / 12 >= 0.5, "Half", IF([column containing count of tasks complete]@row / 12 >= 0.25, "Quarter", "Empty"))))
Thanks,
Aravind GP| Principal Consultant
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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!