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
- 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
Check out the Formula Handbook template!