Find components of an Average Result

  • Thread starter Thread starter al_ba
  • Start date Start date
A

al_ba

Hello,

I have data below, On D1 if I put the formula =AVERAGE(A1:C1) it will return
80; the input data are A1 to C1
A B C D
1 75 80 85 80

My question is...is there a way/ possible to "reverse" this process, where I
will input 80 (or any value) on D1 and it will give the values in A1 to C1
(which are not equal to each other, like in my example)?


Thanks in advance for your help!
 
Hi,

For that to happen, you have have to define a relation between A, B, C and
D. Alternatively, if any two of the 3 values can be fixed, the third can be
back calculated by using Goal Seek

--
Regards,

Ashsih Mathur
Microsoft Excel MVP
www.ashishmathur.com
 
There will be an infinite number of those numbers with an average of
80, eg 79, 80, 81 - 78, 80, 82 - 77, 80, 83 etc. just to show 3 sets.
How to determine which is the right set?

Pete
 
Hello,

That would be +5, (like my example)...if possible can be changed to +3 (or
any number). Thanks in advance. :)
 
Use F1 to specify the spacing (i.e. 5 in this case), then you can have
these formulae:

A1: =D1-F1
B1: =D1
C1: =D1+F1

Hope this helps.

Pete
 
Hi Pete,

That's a lot of help, thanks!

Pete_UK said:
Use F1 to specify the spacing (i.e. 5 in this case), then you can have
these formulae:

A1: =D1-F1
B1: =D1
C1: =D1+F1

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top