AVG COLLECT GREATER THAN VALUE

Michelle Maas
Michelle Maas ✭✭✭✭
edited 09/16/24 in Formulas and Functions

I have a formula to calculate the average amount within a sheet. I want to change the formula to only collect and average any amounts that are >£10,000.

=AVG(COLLECT({Archive Sales Amount}, {Archive Sales Stage}, "4 - Closed Won", {Archive Sales Level 1}, "1"))

Thinking I may need IF and @cell but it keeps giving me #UNPARSEABLE.

Best Answer

  • Leela Lodhi
    Leela Lodhi ✭✭✭
    edited 09/16/24 Answer ✓

    Hi,
    You can modify your formula to include a condition for amounts greater than £10,000 like this:

    =AVG(COLLECT({Archive Sales Amount}, {Archive Sales Stage}, "4 - Closed Won", {Archive Sales Level 1}, "1", {Archive Sales Amount}, ">10000"))This will average only the amounts that meet your criteria and are greater than £10,000.

    Hope this will help!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!