I have a column on the Smartsheet for 'Created Date' which is auto-populated when the row is created. I would like to gather just the fate portion of the date/time generated to display in a 2nd column. The point is to be able to search the 2nd column and group by date.
The system created date column is called "Created"
The syntax I am trying in the 2nd column is: =DATEONLY([Created]@row) to gather the date from the created column on the same row.
This produces #INVALID COLUMN VALUE
I have tried to replace the "@row" portion with the row number and get the same message.
Am I using the correct syntax?