PC Review


Reply
Thread Tools Rate Thread

=AVERAGE (see underlying values?)

 
 
Jeff@nospam.invalid
Guest
Posts: n/a
 
      20th Jan 2011
I am a novice at Excel 2007. Pete_UK has been very kind in helping me
use the =AVERAGE formula.

I have a new but related question:
In the cell that contains the calculated average, is there an XL tool or
something that would show the underlying numbers in the calculated average?

I do not mean the formula or the cell addresses used. I mean the actual
numbers.

Example:
If A2, R2, AA2 contain 2, 4, 6, the calculated average will be 4. Can I
click on the cell containing the calculated "4" and see that XL obtained
this from "2,4,6"?

Jeff
 
Reply With Quote
 
 
 
 
Clif McIrvin
Guest
Posts: n/a
 
      20th Jan 2011
<(E-Mail Removed)> wrote in message
news:ihab4j$d33$(E-Mail Removed)...
>I am a novice at Excel 2007. Pete_UK has been very kind in helping me
>use the =AVERAGE formula.
>
> I have a new but related question:
> In the cell that contains the calculated average, is there an XL tool
> or something that would show the underlying numbers in the calculated
> average?
>
> I do not mean the formula or the cell addresses used. I mean the
> actual numbers.
>
> Example:
> If A2, R2, AA2 contain 2, 4, 6, the calculated average will be 4. Can
> I click on the cell containing the calculated "4" and see that XL
> obtained this from "2,4,6"?
>
> Jeff



Select the cell with the formula, then click on the Fx on the formula
bar ... the dialog that pops up should show you the input values to the
formula.

--
Clif McIrvin

(clare reads his mail with moe, nomail feeds the bit bucket :-)


 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      20th Jan 2011
So your formula looks something like:
=average(a1:aa2)
or
=average(2:2)

I don't think that there's anything that will do what you want.

Even if the formula were something like:
=average(a2,r2,aa2)
I don't know of anything that will show you the values within each cell.

You could select each address (one at a time), then hit F9 to see its value.

Remember to hit the escape key (or edit|Undo) if you accidentally update the
formula with the value!



On 01/20/2011 15:57, (E-Mail Removed)lid wrote:
> I am a novice at Excel 2007. Pete_UK has been very kind in helping me use the
> =AVERAGE formula.
>
> I have a new but related question:
> In the cell that contains the calculated average, is there an XL tool or
> something that would show the underlying numbers in the calculated average?
>
> I do not mean the formula or the cell addresses used. I mean the actual numbers.
>
> Example:
> If A2, R2, AA2 contain 2, 4, 6, the calculated average will be 4. Can I click on
> the cell containing the calculated "4" and see that XL obtained this from "2,4,6"?
>
> Jeff


--
Dave Peterson
 
Reply With Quote
 
joeu2004
Guest
Posts: n/a
 
      20th Jan 2011
On Jan 20, 3:15*pm, "Clif McIrvin" <clare.nom...@gmail.com> wrote:
> <J...@nospam.invalid> wrote:
> > In the cell that contains the calculated average, is
> > there an XL tool or something that would show the
> > underlying numbers in the calculated average?

[....]
> Select the cell with the formula, then click on the Fx
> on the formula bar ... the dialog that pops up should
> show you the input values to the formula.


Interesting. I never use these tools ;-).

But caveat emptor! In XL2003 at least, when A1:A3 contains 1,2,3, A4
is blank, A5:A6 contains 5,6, and B1 contains =AVERAGE(A1:A6),
selecting B1 and clicking on Fx shows that "input" is {1;2;3;0;4;5}.

Note the zero. That is misleading; it should be blank or something.
Putting an actual zero into A4 gives a different result in B1, as it
should. But clicking on Fx shows the same "input".

Is this fixed in XL2007 or XL2010?

 
Reply With Quote
 
Jeff@nospam.invalid
Guest
Posts: n/a
 
      21st Jan 2011
On 1/20/11 6:15 PM, Clif McIrvin wrote:
> <(E-Mail Removed)> wrote in message
> news:ihab4j$d33$(E-Mail Removed)...
>> I am a novice at Excel 2007. Pete_UK has been very kind in helping me
>> use the =AVERAGE formula.
>>
>> I have a new but related question:
>> In the cell that contains the calculated average, is there an XL tool
>> or something that would show the underlying numbers in the calculated
>> average?
>>
>> I do not mean the formula or the cell addresses used. I mean the
>> actual numbers.
>>
>> Example:
>> If A2, R2, AA2 contain 2, 4, 6, the calculated average will be 4. Can
>> I click on the cell containing the calculated "4" and see that XL
>> obtained this from "2,4,6"?
>>
>> Jeff

>
>
> Select the cell with the formula, then click on the Fx on the formula
> bar ... the dialog that pops up should show you the input values to the
> formula.
>

WOW! That is really cool. Just what I needed. Thanks.
Is this also available in XL 2002? I need to send this to some people
who may only have the earlier versions.
 
Reply With Quote
 
Jeff@nospam.invalid
Guest
Posts: n/a
 
      21st Jan 2011
On 1/20/11 6:17 PM, Dave Peterson wrote:
> So your formula looks something like:
> =average(a1:aa2)
> or
> =average(2:2)
>
> I don't think that there's anything that will do what you want.
>
> Even if the formula were something like:
> =average(a2,r2,aa2)
> I don't know of anything that will show you the values within each cell.
>
> You could select each address (one at a time), then hit F9 to see its
> value.
>
> Remember to hit the escape key (or edit|Undo) if you accidentally update
> the formula with the value!
>
>
>
> On 01/20/2011 15:57, (E-Mail Removed)lid wrote:
>> I am a novice at Excel 2007. Pete_UK has been very kind in helping me
>> use the
>> =AVERAGE formula.
>>
>> I have a new but related question:
>> In the cell that contains the calculated average, is there an XL tool or
>> something that would show the underlying numbers in the calculated
>> average?
>>
>> I do not mean the formula or the cell addresses used. I mean the
>> actual numbers.
>>
>> Example:
>> If A2, R2, AA2 contain 2, 4, 6, the calculated average will be 4. Can
>> I click on
>> the cell containing the calculated "4" and see that XL obtained this
>> from "2,4,6"?
>>
>> Jeff

>

I did not think there would be a way either but asked just in case.
Seems Fx in the Formula ribbon does it. See Clif's reply.

 
Reply With Quote
 
Clif McIrvin
Guest
Posts: n/a
 
      21st Jan 2011
"joeu2004" <(E-Mail Removed)> wrote in message
news:3989a8d4-1820-4b48-a59d-(E-Mail Removed)...
On Jan 20, 3:15 pm, "Clif McIrvin" <clare.nom...@gmail.com> wrote:
> <J...@nospam.invalid> wrote:
> > In the cell that contains the calculated average, is
> > there an XL tool or something that would show the
> > underlying numbers in the calculated average?

[....]
> Select the cell with the formula, then click on the Fx
> on the formula bar ... the dialog that pops up should
> show you the input values to the formula.


Interesting. I never use these tools ;-).

But caveat emptor! In XL2003 at least, when A1:A3 contains 1,2,3, A4
is blank, A5:A6 contains 5,6, and B1 contains =AVERAGE(A1:A6),
selecting B1 and clicking on Fx shows that "input" is {1;2;3;0;4;5}.

Note the zero. That is misleading; it should be blank or something.
Putting an actual zero into A4 gives a different result in B1, as it
should. But clicking on Fx shows the same "input".

Is this fixed in XL2007 or XL2010?


-------

Nope ... same misleading behavior in xl2010.

Thanks for the warning!

--
Clif McIrvin

(clare reads his mail with moe, nomail feeds the bit bucket :-)


 
Reply With Quote
 
Clif McIrvin
Guest
Posts: n/a
 
      21st Jan 2011
<(E-Mail Removed)> wrote in message
news:ihainh$u2l$(E-Mail Removed)...
> On 1/20/11 6:15 PM, Clif McIrvin wrote:
>> <(E-Mail Removed)> wrote in message
>> news:ihab4j$d33$(E-Mail Removed)...
>>> I am a novice at Excel 2007. Pete_UK has been very kind in helping
>>> me
>>> use the =AVERAGE formula.
>>>
>>> I have a new but related question:
>>> In the cell that contains the calculated average, is there an XL
>>> tool
>>> or something that would show the underlying numbers in the
>>> calculated
>>> average?
>>>
>>> I do not mean the formula or the cell addresses used. I mean the
>>> actual numbers.
>>>
>>> Example:
>>> If A2, R2, AA2 contain 2, 4, 6, the calculated average will be 4.
>>> Can
>>> I click on the cell containing the calculated "4" and see that XL
>>> obtained this from "2,4,6"?
>>>
>>> Jeff

>>
>>
>> Select the cell with the formula, then click on the Fx on the formula
>> bar ... the dialog that pops up should show you the input values to
>> the
>> formula.
>>

> WOW! That is really cool. Just what I needed. Thanks.
> Is this also available in XL 2002? I need to send this to some people
> who may only have the earlier versions.



Try it and see. I'm guessing that tool's been around for some time-
when I first needed to start learning MS Office tools our office was on
2003.

--
Clif McIrvin

(clare reads his mail with moe, nomail feeds the bit bucket :-)


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
A formula to AVERAGE IF but only average a set number of values DonFlak@gmail.com Microsoft Excel Worksheet Functions 2 31st Jan 2008 08:28 PM
(*.mdb) Autolookup that writes values to the underlying table =?Utf-8?B?TWFyayBEYXZpcy1DcmFpZw==?= Microsoft Access Forms 1 29th Mar 2006 10:45 PM
Error Handling #N/A with AVERAGE Function - Average of values in Row Sam via OfficeKB.com Microsoft Excel Worksheet Functions 13 31st Jul 2005 03:59 PM
Adding values to table underlying combo box Kevin Sprinkel Microsoft Access Forms 3 15th Jan 2004 09:22 PM
VLOOKUP, underlying values? Matt Microsoft Excel Worksheet Functions 1 17th Aug 2003 06:47 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:23 AM.