IF & ISDATE functions
I'm trying to create a function that will basically trigger another cell if a date column has an entry filled
I want it say "If there's a date entered in this cell, change "x" cell to Complete
I had this =IF([Actual Date]@row = ISDATE(''), "Complete")
I'm sure there's a way to do what I need but just confused on syntax. Please help.
Best Answer
-
Hey @dlittl02
This is the syntax you need
=IF(ISDATE([Actual Date]@row), "Complete")
This will change the 'X' cell to Complete if [Actual Date]@row is a date, otherwise the X cell will remain blank.
cheers,
Kelly
Answers
-
Hey @dlittl02
This is the syntax you need
=IF(ISDATE([Actual Date]@row), "Complete")
This will change the 'X' cell to Complete if [Actual Date]@row is a date, otherwise the X cell will remain blank.
cheers,
Kelly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!