Assistance

MarkAndrews

Well-known Member
Joined
May 2, 2006
Messages
1,970
Office Version
  1. 2010
Platform
  1. Windows
Hi Guys

I'm after a little help (See below table)

What I am trying to achieve, is an average of cells, B, C & D in column E (ascending)

However, sometimes B,C,D may not have data in, which effect the over all average, how is this best achieved?

TIA
FE Monthly Analysis.xls
ABCDE
2FeeEarnerMarchAprilMayAverage
3AYasmin132%72%106%102%
4BKelly 
5BVickers170% 
6CCarr141%82%133%112%
Data - %
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Hello,

So for B Vickers the average will be 56.67%?

why not sum then and divide by 3?
 
Upvote 0
Shoot, Never thought of that

=COUNTA(B3:D3)/SUM(B3:D3)

But some result in #DIV/0!
 
Upvote 0
Shouldn't it be?

=IF(COUNT(B3:D3)=0,"",AVERAGE(B3:D3))

Average ignores blank cells.

Thanks Andrew - I read this after my initial reply
 
Upvote 0
Upvote 0

Forum statistics

Threads
1,214,946
Messages
6,122,401
Members
449,081
Latest member
JAMES KECULAH

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