How to summarize current status organized by column

Apologies for the silly question, but I can't figure out the best way to summarize or report what I need here and hoping from advice from more experienced users.
We record the dates we completed parts of a project in columns (start date, draft review, issued, etc). I'd like to figure out a way to easily report where projects are in a simple summary (ie, Projects D,E and F are routing but not issued; projects G, H and I are out for draft review, etc). I'm open to doing this via report, via sheet summary, via color coding/if then statment, but I'm not entirely sure where to start. Can anyone point me to some resources to help me set this up? Thank you very much!
Best Answer
-
I would use a nested IF statement.
=IF([Information Received]@row = "", "Awaiting Information", IF([Start Date]@row = "", "Awaiting Start", IF([Draft TO Scientist]@row = "", "Awaiting Draft To Scientist", IF(...........................................
Answers
-
I would use a nested IF statement.
=IF([Information Received]@row = "", "Awaiting Information", IF([Start Date]@row = "", "Awaiting Start", IF([Draft TO Scientist]@row = "", "Awaiting Draft To Scientist", IF(...........................................
-
Thank you! I will try that.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!