Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
I have two date column created date and updated date
now i want to create a single column of dates
where created date=updated date
is it possible?
Solved! Go to Solution.
@sainig546 , New column
if([created date] = [updated date], [updated date], blank())
or are you looking for a solution where you want have common date table for 2 dates.
Thanks amit
@sainig546 , New column
if([created date] = [updated date], [updated date], blank())
or are you looking for a solution where you want have common date table for 2 dates.