Average ignoring blanks

Gwill1983

Board Regular
Joined
Oct 24, 2018
Messages
123
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I have a formula which returns an average number of orders placed per weekday which works nicely. The only problem is that it take blanks into consideration so the average number is really low!

My formula is
{=AVERAGE(IF(WEEKDAY('Data Range')=2,'Data Range'))}

What do I need to add to this to ignore the blanks within the data range?

Thanks

Chris
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Could you use Averagifs? if there is a zero or a formula in the cell average will use it in its calculations BUT
If you want to calculate the average of only the values that meet certain criteria, use the
AVERAGEIF
function or the
AVERAGEIFS
function.

Hope this helps
G
 
Upvote 0
What do I need to add to this to ignore the blanks within the data range?

Hi, you could also try:

={AVERAGE(IF(WEEKDAY('Criteria Range')=2,IF(ISNUMBER('Average Range','Average Range')))}
 
Upvote 0

Forum statistics

Threads
1,214,541
Messages
6,120,110
Members
448,945
Latest member
Vmanchoppy

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