If Cell is not blank, equal date from different cell

Jennifer Rockwell
ββ
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!