I have a Timestamp column in my data, and wan...

I have a Timestamp column in my data, and want to include just the date in my report. I donโ€™t want to add a column for data that is only used in one place, if I can get it from somewhere else (trying to keep my tables as small as possible.)

I tried using <<Left([Timestamp],Find([Timestamp],โ€ โ€œ))>> but that didnโ€™t work. Is there a way to extract the date from the Timestamp in a report (Google Docs)?

0 1 351
1 REPLY 1

You can read it like <<DATE([Timestamp])>>

Top Labels in this Space