what is the range? can you post an example of your averages? what does you current formula look like? what version of excel are you running?
if i use =average(B2:E2) where c2 is blank it still calculates an average
even if there is a 0 it should work
(excel 2016)
the only time i get your error is if all values are blank
Hi BlakeSkatewhat is the range? can you post an example of your averages? what does you current formula look like? what version of excel are you running?
if i use =average(B2:E2) where c2 is blank it still calculates an average
even if there is a 0 it should work
(excel 2016)
the only time i get your error is if all values are blank
Thanks so much AhoyNC!See if this helps.
If you have Excel ver 2010 or later try:
Cell Formulas Range Formula C2 C2 =AGGREGATE(1,6,A2:A6) A5 A5 =45/0
??You're welcome. Thanks for the feedback. You may want to see what cell or cells are causing the error and try to correct the error before passing the data to the AVERAGE or AGGREGATE function.