If Cell is not blank, equal date from different cell
I need the minds of the collective community!
I am trying to create a formula that states:
If "BCR Initial Approved Date" is not blank, then use date from "Estimated SFS date" or If "BCR Initial Approved Date" is Blank, leave blank.
Attached is my attempt at creating the formula but it give me an Incorrect Argument set.
Appreciate any help you can provide.
Jennifer
Answers
-
Hi @Jennifer Rockwell ,
Try:
IF(ISDATE([BCR initial approve date]@row), [Estimated SFS date]@row, "")
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!