Get Earliest Date from Range Given a Second Criteria
Hello,
I have a column of Dates and a column of Names.
What formula can I use to return the earliest Date from the Date Column for a given Name?
Thanks.
Answers
-
You would use a MIN/COLLECT combo.
=MIN(COLLECT([Date Column:[Date Column], [Name Column]:[Name Column], @cell = "John Smith"))
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!