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
-
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?
Answers
-
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?
-
Thank you that helped me find the error!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!