Forum Discussion
sainig546
4 years agoFrequent Visitor
Combine two date columns in one column
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?
- 4 years ago
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.
sainig546
4 years agoFrequent Visitor
Thanks amit