Get a status by needing 5 dates filled out
Hi,
So i need a status column after the last date column here that says complete when all the dates are filled in or pending when only 1,2,3, or 4 dates are put in.
Best Answer
-
@Please help Something like this
=if(count([Date Certified...]@row:[Date Entered into Event...]@row)=5,"Complete", "Pending")
or
=if(count([Date Certified...]@row:[Date Entered into Event...]@row)=0,"Not Started", if(count([Date Certified...]@row:[Date Entered into Event...]@row)=5,"Complete", "Pending"))
Fill out the ellipses with the actual column names.
Answers
-
@Please help Something like this
=if(count([Date Certified...]@row:[Date Entered into Event...]@row)=5,"Complete", "Pending")
or
=if(count([Date Certified...]@row:[Date Entered into Event...]@row)=0,"Not Started", if(count([Date Certified...]@row:[Date Entered into Event...]@row)=5,"Complete", "Pending"))
Fill out the ellipses with the actual column names.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!