ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Statistics (average of multiple divisions) (https://www.excelbanter.com/excel-worksheet-functions/18528-statistics-average-multiple-divisions.html)

markx

Statistics (average of multiple divisions)
 
Hello everybody,

I try to figure out a "one-cell" formula that could make a following
calculation:

From B6 to AZ6 I have one range of numbers
From B7 to AZ7 I have another range (numbers as well)

What interests me is to find an average of B6/B7, C6/C7, D6/D7 until
AZ6/AZ7.
For sure, I can make a long formula that makes 1000 miles to write:-), but
I'm sure there is an easier way...

Thanks a lot for your help on this!

Mark



Bob Phillips

Hi Mark,

If all of the divisor cells have a value then

=AVERAGE(B6:AZ6/B7:AZ7)

If some are empty, or you are not sure then

=AVERAGE(IF(B7:AZ7<0,B6:AZ6/B7:AZ7))

Both are array formulas, so commit with Ctrl-Shift-Enter.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"markx" wrote in message
...
Hello everybody,

I try to figure out a "one-cell" formula that could make a following
calculation:

From B6 to AZ6 I have one range of numbers
From B7 to AZ7 I have another range (numbers as well)

What interests me is to find an average of B6/B7, C6/C7, D6/D7 until
AZ6/AZ7.
For sure, I can make a long formula that makes 1000 miles to write:-), but
I'm sure there is an easier way...

Thanks a lot for your help on this!

Mark





markx

Thanks Bob,

Worked perfectly for me!
Thanks as well for underlining ARRAY thing, without this I would surely get
wrong results..

Cheers,
Mark

"Bob Phillips" wrote in message
...
Hi Mark,

If all of the divisor cells have a value then

=AVERAGE(B6:AZ6/B7:AZ7)

If some are empty, or you are not sure then

=AVERAGE(IF(B7:AZ7<0,B6:AZ6/B7:AZ7))

Both are array formulas, so commit with Ctrl-Shift-Enter.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"markx" wrote in message
...
Hello everybody,

I try to figure out a "one-cell" formula that could make a following
calculation:

From B6 to AZ6 I have one range of numbers
From B7 to AZ7 I have another range (numbers as well)

What interests me is to find an average of B6/B7, C6/C7, D6/D7 until
AZ6/AZ7.
For sure, I can make a long formula that makes 1000 miles to write:-),

but
I'm sure there is an easier way...

Thanks a lot for your help on this!

Mark








All times are GMT +1. The time now is 09:11 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com