Averages with Errors
Hello, I'm trying to take an average of a range of cells. Some of these cells have a #Divide By Zero error in them because the source sheet does not yet have applicable data.
I have used an IFERROR statement to change these cells into "blank" cells, yet when I use the following formula:
=AVERAGE([Avg. Functionality]1:[Avg. Functionality]16)
it returns an #UNPARSEABLE error.
See screenshot.
Thanks for any help,
Tim
Comments
-
average(collect([Avg. Functionality]1:[Avg. Functionality]16,[Avg. Functionality]1:[Avg. Functionality]16,isnumber(@cell))
-
Thank you. I tried this out, but it's still giving me an unparseable error.
-
Did you make sure your data is all stored as numbers? To do this you can add a temporary extra column and use
=if(istext(Cellref),1,0)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!