PC Review


Reply
Thread Tools Rate Thread

Average across cells with formulas

 
 
=?Utf-8?B?QXJsZW5l?=
Guest
Posts: n/a
 
      26th Jun 2007
I am trying to average(a11), in column Q. there are only numbers currently
in a1 to L1, but there are formulas in the rest that compute the numbers at
the end of each month. I want to average these colums and not have to change
the average calculation at the end of every month. I know there is a way to
tell it to average on the columns with figures but I can't seem to remember
how. Thanks

 
Reply With Quote
 
 
 
 
=?Utf-8?B?TWlrZSBI?=
Guest
Posts: n/a
 
      26th Jun 2007
Maybe in Q1

=AVERAGE(IF(A1:P1<>0,A1:P1))

It's an array so commit with Ctrl+shift+enter

Mike

"Arlene" wrote:

> I am trying to average(a11), in column Q. there are only numbers currently
> in a1 to L1, but there are formulas in the rest that compute the numbers at
> the end of each month. I want to average these colums and not have to change
> the average calculation at the end of every month. I know there is a way to
> tell it to average on the columns with figures but I can't seem to remember
> how. Thanks
>

 
Reply With Quote
 
=?Utf-8?B?QXJsZW5l?=
Guest
Posts: n/a
 
      26th Jun 2007
Thanks it was the array part that I was missing, how can you tell whether its
an array?

"Mike H" wrote:

> Maybe in Q1
>
> =AVERAGE(IF(A1:P1<>0,A1:P1))
>
> It's an array so commit with Ctrl+shift+enter
>
> Mike
>
> "Arlene" wrote:
>
> > I am trying to average(a11), in column Q. there are only numbers currently
> > in a1 to L1, but there are formulas in the rest that compute the numbers at
> > the end of each month. I want to average these colums and not have to change
> > the average calculation at the end of every month. I know there is a way to
> > tell it to average on the columns with figures but I can't seem to remember
> > how. Thanks
> >

 
Reply With Quote
 
Peo Sjoblom
Guest
Posts: n/a
 
      26th Jun 2007
If you change the formulas to default to "" when there is no information you
can use the default AVERAGE since it ignores text as opposed to a zero

otherwise you can use


=AVERAGE(IF(A2:M2<>0,A2:M2))

entered with ctrl + shift & enter

adapt cell ranges to fit your requirements




--
Regards,

Peo Sjoblom



"Arlene" <(E-Mail Removed)> wrote in message
news:A1239170-E227-4160-9510-(E-Mail Removed)...
>I am trying to average(a11), in column Q. there are only numbers
>currently
> in a1 to L1, but there are formulas in the rest that compute the numbers
> at
> the end of each month. I want to average these colums and not have to
> change
> the average calculation at the end of every month. I know there is a way
> to
> tell it to average on the columns with figures but I can't seem to
> remember
> how. Thanks
>



 
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
average if (different cells) with formulas cdelet@hotmail.com Microsoft Excel Misc 5 1st Feb 2009 06:27 PM
Find Average of cells having formulas Dale Microsoft Excel Discussion 2 22nd Nov 2006 09:11 AM
average cells, show 0 if nothing to average =?Utf-8?B?S3ljYWp1bg==?= Microsoft Excel Misc 8 21st Jun 2006 07:36 PM
Average form cells containing formulas? =?Utf-8?B?RWRtZGFz?= Microsoft Excel Worksheet Functions 7 7th Mar 2005 03:59 PM
Ignore blank cells in formulas & in average RS Microsoft Excel Worksheet Functions 4 8th Nov 2003 07:36 PM


Features
 

Advertising
 

Newsgroups
 


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