MIN(COLLECT - Help

=MIN(COLLECT({LOABal}, [Fund Type]@row, [Fiscal Year]@row, Vendor@row, [LOA#]@row))

Error: #INCORRECT AURGUMENT SET

I am try to get the MIN in a set of values in a sheet. Am I leaving something out in the formula?

Answers

  • ericncarr
    ericncarr ✭✭✭✭✭

    @Mike B I think your Collect formula is off - it should be formatted like this:

    COLLECT(range, criterion_range1, criterion1, [criterion_range2​, criterion2, ...])

    It looks like you put the range and then put three consecutive criteria without defining the criteria range. Does that make sense? You'd have the range of values that you want to pull from, then the first range of values to compare against, then the criterion for that first criterion range, and so on.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!