Round average if

@Paul Newcome

Good day Paul, Here I bring another question:

I am trying to get the Round Average from a master file that contians DC Power and OSP , I believe I'm close to get this but I still get "Unparseable" Trying to count the ones per Month and category

already removed Quotes, added quotes, :)

=ROUND(AVG(IF({aPP cYCLE dC pOWER}, {Month Approved}, = Jan 22 , {Approval Cycle Category}, = DC Power )))



this is what I"m trying to calculate


Answers

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭

    You need an AVG/COLLECT for this one and then put quotes around each text string within the formula.

    =ROUND(AVG(COLLECT({aPP cYCLE dC pOWER}, {Month Approved}, @cell = "Jan 22" , {Approval Cycle Category}, @cell = "DC Power")))

    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

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!