I have a sheet where
interaction type field is a Single Select list
Date of Interaction field is a date
The following formula returns a date in the format 2019-11-05T00:00:00.000Z
IF({Interaction Type} = “Meeting”,{Date of Interaction}," ")
How can I get the date just to show as 05/11/2019