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.4K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 478 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 490 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!