Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Average function help

I am trying to use the following function to get an average using letters as
variables under a criteria. However, there are blank cells which are being
included in the average which is not wanted. I would like to take the
average of just the numbers listed and not blank cells. Please help me.


=SUMIF(ACCT!$D$22:$D$1002,$A$3:$A$17,ACCT!$H$22:$H $1002)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Average function help

Your formula doesn't return an average, it returns a conditional sum.

Need more detail.

--
Biff
Microsoft Excel MVP


"Andys517" wrote in message
...
I am trying to use the following function to get an average using letters
as
variables under a criteria. However, there are blank cells which are
being
included in the average which is not wanted. I would like to take the
average of just the numbers listed and not blank cells. Please help me.


=SUMIF(ACCT!$D$22:$D$1002,$A$3:$A$17,ACCT!$H$22:$H $1002)



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Average function help

Sorry here is the one that returns a Value answer.

=AVERAGE(IF(ACCT!$D$22:$D$1002,$A$3:$A$17,ACCT!$H$ 22:$H$1002))

Please let me know if you have any additional questions. I appreciate your
assistance.

"T. Valko" wrote:

Your formula doesn't return an average, it returns a conditional sum.

Need more detail.

--
Biff
Microsoft Excel MVP


"Andys517" wrote in message
...
I am trying to use the following function to get an average using letters
as
variables under a criteria. However, there are blank cells which are
being
included in the average which is not wanted. I would like to take the
average of just the numbers listed and not blank cells. Please help me.


=SUMIF(ACCT!$D$22:$D$1002,$A$3:$A$17,ACCT!$H$22:$H $1002)




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Average function help

Sorry, here is the average formula I'm using

=AVERAGE(IF(ACCT!$D$22:$D$1002,$A$3:$A$17,ACCT!$H$ 22:$H$1002))

"Andys517" wrote:

I am trying to use the following function to get an average using letters as
variables under a criteria. However, there are blank cells which are being
included in the average which is not wanted. I would like to take the
average of just the numbers listed and not blank cells. Please help me.


=SUMIF(ACCT!$D$22:$D$1002,$A$3:$A$17,ACCT!$H$22:$H $1002)

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Average function help

Ok, here's my best guess:

Array entered** :

=AVERAGE(IF(ISNUMBER(MATCH(ACCT!$D$22:$D$1002,$A$3 :$A$17,0)),ACCT!$H$22:$H$1002))

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)


--
Biff
Microsoft Excel MVP


"Andys517" wrote in message
...
Sorry here is the one that returns a Value answer.

=AVERAGE(IF(ACCT!$D$22:$D$1002,$A$3:$A$17,ACCT!$H$ 22:$H$1002))

Please let me know if you have any additional questions. I appreciate
your
assistance.

"T. Valko" wrote:

Your formula doesn't return an average, it returns a conditional sum.

Need more detail.

--
Biff
Microsoft Excel MVP


"Andys517" wrote in message
...
I am trying to use the following function to get an average using
letters
as
variables under a criteria. However, there are blank cells which are
being
included in the average which is not wanted. I would like to take the
average of just the numbers listed and not blank cells. Please help
me.


=SUMIF(ACCT!$D$22:$D$1002,$A$3:$A$17,ACCT!$H$22:$H $1002)






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
Is it possible to use address function in average function [email protected] Excel Discussion (Misc queries) 8 December 18th 07 12:52 AM
@average function Chazbri Excel Worksheet Functions 2 June 22nd 07 05:40 AM
Error Handling #N/A with AVERAGE Function - Average of values in Row Sam via OfficeKB.com Excel Worksheet Functions 13 July 31st 05 03:59 PM
I want to use the MATCH function with the AVERAGE function but I . Miguel Excel Worksheet Functions 2 April 23rd 05 05:29 PM
How do I nesting subtotal function within average function in Exc Amy Yeh Excel Worksheet Functions 4 January 19th 05 06:23 PM


All times are GMT +1. The time now is 05:33 PM.

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"