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.