Extracting the LATEST Date
Options

Kelly Hudson
ββ
I have three columns each will have a different date in it. I want to write a formula in a fourth column which pulls out the Latest date of those three columns and records that date in the fourth column
Example: Column 1 - Date resume reviewed 03/15/22 ; Column 2 - Date Licensure Reviewed 04/01/22 ; Column 3 - Date Contract reviewed 03/28/22 ; Column four would have a formula which automatically extracts and inputs the date of 04/01/22 as this was the LATEST date of the three dates listed
Answers
-
A Max formula should work
=MAX([Date resume reviewed]:[Date Contract reviewed])
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!