Round average if
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
-
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")))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!