Average Without Blanks & Dynamic Range

EXCELlent Emily

New Member
Joined
Jan 3, 2020
Messages
9
Office Version
  1. 365
I have a spreadsheet that I am needing help with. I have inserted a formula to automatically populate a scoring system number based on what column the data is put in (Below/Meets/Exceeds). For example, D8 reads =IF(C8<>"","3","")... I am needing to calculate the Average of these Auto populated numbers (Column D,F,E) but keep running into #DIV/0 errors. I am assuming bc the cells are not actually blank. Any suggestions on how to make this work?

1611257451673.png
1611257658064.png
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
did you try averageif function?

=AVERAGEIF(YourRange; "<>0")
 
Upvote 0
I can see green triangles in some cells. What they say? Probably that you store number as text.

Try to convert to number.
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,588
Members
449,039
Latest member
Arbind kumar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top