Get the latest 3 dates

I have a sheet with a status report date. Is there a way to search for the latest 3 dates?

Example: I want to return the rows for dates 11/06/20, 10/30/20, 10/23/20. But the dates could be any date values, just want to get latest 3.

Get latest 3 dates.JPG


I thought of trying to convert date to serial number and just max function, but don't see a way of converting the date to serial number like you can in excel.

Best Answers

  • Paulo Nunes
    Paulo Nunes ✭✭✭
    Answer ✓

    Thanks Dale. Your recommendation provides me a good answer to another situation I'm trying to figure out.

    For the one above, I needed to apply the rank values on each of the rows. I ended up using a helper field (report age) and then found a function that ranks numeric values among other values in a range.

    This allows us to alway pull the top 3 (latest 3) updates on a sheet regardless if the dates are evenly set apart or not.

    image.png


Answers

  • Paulo Nunes
    Paulo Nunes ✭✭✭
    Answer ✓

    Thanks Dale. Your recommendation provides me a good answer to another situation I'm trying to figure out.

    For the one above, I needed to apply the rank values on each of the rows. I ended up using a helper field (report age) and then found a function that ranks numeric values among other values in a range.

    This allows us to alway pull the top 3 (latest 3) updates on a sheet regardless if the dates are evenly set apart or not.

    image.png


Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!