I have a system column of Created (Date). This is [Snapshot Date/Time] in the screenshot below. I need another column that should reflect the DATE part of the system column. I am getting unexpected results in the date-only column.
In the attached screenshot - you can see for both 4/21 and 4/22, the formula returns 4/22.
Formulas:
temptest: =[Snapshot Date/Time]@row
Snapshot Date =DATEONLY([Snapshot Date/Time]@row)