Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 504
Default Weighted Averages?


Assume that 10 numbers = 200

What formula would I use to average (weight) these 10 numbers so that the
2nd number is 10% greater than the 1st, the 3rd number is 10% greater than
the 2nd, the 4th number is 10% greater than the 3rd, etc . . . and the total
of 10 numbers will equal 200?

Im sure someone knows the answer!

Thanx in advance

Kevin


--
Kevin
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,104
Default Weighted Averages?

Not sure why you use the terms 'weight' and 'average' so I may have missed
the point

You seem to be talking about a geometric series
a + ar + ar² + ar³ ...... ar^(n-1)
In your case r = 1.1 (a 10% increase each time) and n=9 (you have 10
numbers)
You could look at http://en.wikipedia.org/wiki/Geometric_series and do some
algebra

But I put 1 in A1
In A1 I use =A1*1.1
This I copied down to A10
In A11 I used =SUM(A1:A10)
Then I used Solver to make A11 equal 200 by changing A1; it gave an answer
of 12.5490789765023
I also used Goal Seek and it gave the same result (of course)
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Kevin" wrote in message
...

Assume that 10 numbers = 200

What formula would I use to average (weight) these 10 numbers so that the
2nd number is 10% greater than the 1st, the 3rd number is 10% greater than
the 2nd, the 4th number is 10% greater than the 3rd, etc . . . and the
total
of 10 numbers will equal 200?

I'm sure someone knows the answer!

Thanx in advance

Kevin


--
Kevin



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 143
Default Weighted Averages?

What formula would I use to average (weight) these 10 numbers so that
the 2nd number is 10% greater than the 1st, the 3rd number is 10%
greater than the 2nd, the 4th number is 10% greater than the 3rd, etc
. . . and the total of 10 numbers will equal 200?


Here's one way, starting with a new worksheet.

In A2, put
=A1*1.1

Select A2 and extend down to A10

In A11 put
=SUM(A1:A10)

Here comes the interesting part, where we get a total of 200.

Use
Tools Goal seek
and in the dialog box that this brings up, put
Set cell: A11
To value: 200
By changing: A1
Click "OK" and "OK"

The result is in A1:A10.
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Weighted Averages?

As the first number, use

=200/SUM(1.1^(ROW(A1:A10)-1))

Entered using Ctrl-Shift-Enter

HTH,
Bernie

"Kevin" wrote in message
...

Assume that 10 numbers = 200

What formula would I use to average (weight) these 10 numbers so that the
2nd number is 10% greater than the 1st, the 3rd number is 10% greater than
the 2nd, the 4th number is 10% greater than the 3rd, etc . . . and the
total
of 10 numbers will equal 200?

Im sure someone knows the answer!

Thanx in advance

Kevin


--
Kevin


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 806
Default Weighted Averages?

Hello Bernard,

...
In your case r = 1.1 (a 10% increase each time) and n=9 (you have 10
...


n=10 (you have 10 numbers) but highest exponent is 9 (=10 - 1)

SCNR,
Bernd


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,104
Default Weighted Averages?

Your are right - I realized this as I dropped of the sleep last night!
cheers
--
Bernard

"Bernd P" wrote in message
...
Hello Bernard,

...
In your case r = 1.1 (a 10% increase each time) and n=9 (you have 10
...


n=10 (you have 10 numbers) but highest exponent is 9 (=10 - 1)

SCNR,
Bernd



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to omit blank cells when calculating weighted averages Suzy Excel Worksheet Functions 20 March 18th 10 10:00 PM
weighted mean kalyan Excel Discussion (Misc queries) 6 July 18th 08 12:29 AM
weighted averages in a pivot table - how? Vic Excel Worksheet Functions 0 April 22nd 08 07:07 PM
Calculating weighted averages rgl Excel Discussion (Misc queries) 6 February 22nd 06 06:15 PM
Weighted Averages in Excel Karl Excel Discussion (Misc queries) 2 February 9th 06 12:36 PM


All times are GMT +1. The time now is 06:46 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"