Hi!
I have a chart with percentages that I want to average. However, I use #N/A formula on the cells that don't have values (so the graph doesn't get messed up). How can I make the AVERAGE() formula ignore the #N/A values so I can get the proper average?
Thanks in advance!
If as implied you're using XL2007 you can use AVERAGEIF
=AVERAGEIF(yourrange,"<>#N/A")
(change delimiter to ; if required)
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
Works perfectly, thanks!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks