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.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!