Need to compare dates between two columns and choose the later date
Hello, I'm trying to figure out how to write a formula to compare the dates in two different columns and populate a third column with the later of the two dates.
Answers
-
Hey @Ally C,
I would just use an IF statement in the third date column to compare the dates:
=IF([Date 1]@row > [Date 2]@row, [Date 1]@row, [Date 2]@row)
Hope this helps!
If my response was helpful in any way (or answered your question) please be sure to upvote it, mark it as awesome, or mark it as the accepted answer!
I'm always looking to connect with other industry professionals, feel free to connect with me on LinkedIn as well!
-
Perfect! I'd tried something similar and had checked that both columns were formatted as dates but I overlooked the obvious which was to format the third column as a date.
Your formula works perfectly and made me step back and troubleshoot.
Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!