Max Collect formula

HI All ,


I have a sheet that I am using a MAX(COLLECT formula,

I need to add to the formula

=MAX(COLLECT({date}, {team}, Name@row)) I need to add another column before the name row that will give the name of the person reporting the audit


So I am collection the last date of a field audit for Team member done by Auditor


Best Answer

  • Genevieve P.
    Genevieve P. Employee
    Answer ✓

    Hi @Sue van Niekerk

    You can add more "filters" to a COLLECT Function by first listing the column with the content you're filtering by and then the criteria.

    For example:

    =MAX(COLLECT({date}, {team}, Name@row, {Auditor}, [Auditor Name]@row))

    Let me know if this is what you were looking to do!

    Cheers,

    Genevieve

    Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!