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
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 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!