Smartsheet not recognizing my Date Check formula

Yellow_Cruzer
ββ
I'm trying to use a date check formula from a cell that is linked to another sheet to check the date that is populated by the linked cell to determine data that is presented in another cell.
Here is the formula:
=IF([Date Received]@row < DATE(2023 / 7 / 1), [Total Grandfathered Rent]@row , [Total Standard Rent]@row )
Let me know what is going on and why the sheet keeps saying #INCORRECT AUGMENT SET.
Best Answer
-
The DATE function uses commas between the year, month, and day.
DATE(yyyy, mm, dd)
Comments
-
The DATE function uses commas between the year, month, and day.
DATE(yyyy, mm, dd)
-
Great that worked, thank you!
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!