HAS() inside COLLECT()

Options

Can you use HAS() inside a collect function (I think I need index(collect or max(collect in my scenario but unsure)?

I have a multiselect column. I'd like to collect all rows where a specific value appears within the multiselect column, then return the most recent row id (an auto generated number column in my sheet).

Answers

  • Jason Tarpinian
    Jason Tarpinian ✭✭✭✭✭✭
    edited 05/04/23
    Options

    Because I'm in a hungry mood, this might do what you need:

    =MAX(COLLECT([Row ID]:[Row ID], Fruit:Fruit, HAS(@cell, "Kiwi")))

    Where fruit would be your multi-select column, then just replace Kiwi with whatever value you are looking to match.


    Jason Tarpinian - Sevan Technology

    Smartsheet Aligned Partner

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!