Invalid Operation Error

I am trying to create a report and am stumped by this error. I have the exact same data in both columns because it is fake data.

This formula works fine all the way down my column

=IFERROR(AVG(COLLECT({Additional Options}, {Created Week}, [Report Date]@row, {Monitor Type}, "Monitor")), "") / 5

This formula gives me an invalid operations error. Except in the one cell that returns a 1. All other cells should be blank at this point. My columns are the same type. What am I missing

=IFERROR(AVG(COLLECT({Open Ended}, {Created Week}, [Report Date]@row, {Monitor Type}, "Monitor")), "") / 5

Best Answer

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭
    Answer ✓

    The second one most likely has an error in the AVG/COLLECT portion, so your formula is essentially saying "blank divided by 5".


    What happens if you remove the IFERROR as well as the divided by 5 portion?

    Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!

    CERTIFIED SMARTSHEET PLATINUM PARTNER

    10xViz.com

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!