Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 181
Default Averageif is not working

why is the formula below not working...It returns the #VALUE!

=AVERAGEIF((C5:C12,C15:C18,C21:C30,C33),"<0")

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Averageif is not working

Curtis wrote:
why is the formula below not working...It returns the #VALUE!

=AVERAGEIF((C5:C12,C15:C18,C21:C30,C33),"<0")

Thanks



#VALUE! error

Occurs when the wrong type of argument or operand is used.

Possible causes and solutions:


1. Entering text when the formula requires a number or a logical value, such as
TRUE or FALSE.

Microsoft Excel cannot translate the text into the correct data type. Make sure
the formula or function is correct for the required operand or argument, and
that the cells that are referenced by the formula contain valid values. For
example, if cell A5 contains a number and cell A6 contains the text "Not
available", the formula =A5+A6 will return the error #VALUE!.



2. Entering or editing an array formula, and then pressing ENTER.

Select the cell or range of cells that contains the array formula, press F2 to
edit the formula, and then press CTRL+SHIFT+ENTER.



3. Entering a cell reference, a formula, or a function as an array constant.

Make sure the array constant is not a cell reference, formula, or function.



4. Supplying a range to an operator or a function that requires a single value,
not a range.

Change the range to a single value. Change the range to include either the same
row or the same column that contains the formula.



5. Using a matrix that is not valid in one of the matrix worksheet functions.

Make sure the dimensions of the matrix are correct for the matrix arguments.



6. Running a macro that enters a function that returns #VALUE!.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 155
Default Averageif is not working

Hi Curtis,

You can do it if you take each sum average separately, then average the
whole thing.

=AVERAGE(AVERAGEIF((C5:C12),"<0"),AVERAGEIF((C15: C18),"<0"),AVERAGEIF((C21:C30),"<0"),AVERAGEIF(( C33),"<0"))

Squeaky

"Curtis" wrote:

why is the formula below not working...It returns the #VALUE!

=AVERAGEIF((C5:C12,C15:C18,C21:C30,C33),"<0")

Thanks

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
AVERAGEIF T. Valko Excel Worksheet Functions 9 July 15th 09 07:01 PM
Help with Averageif Formula (don't think I should use Averageif) MUmfleet Excel Discussion (Misc queries) 5 April 9th 09 04:53 PM
AVERAGEIF Tung Nguyen Excel Worksheet Functions 3 April 4th 09 01:29 AM
AverageIF with cell refenrence as criteria is not working Bart Geerling Excel Discussion (Misc queries) 4 November 22nd 07 08:36 PM
AverageIF coastal Excel Discussion (Misc queries) 1 November 13th 07 11:28 PM


All times are GMT +1. The time now is 11:50 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"