Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How can you test a range of cells to be greater than or less than another
cell using the average if function? Ex: =AVERAGEIFS(A1:A4,A1:A4,"A6",A1:A4,"A7") Keep getting the #DIV/0! error! HELP!!!!! Thank you! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
See if it works by removing the double quotes. Else, try this =sumproduct((A1:A4=A6)*(A1:A4<=A4)*(A1:A4))/sumproduct((A1:A4=A6)*(A1:A4<=A4)) -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "SandiVaughn" wrote in message ... How can you test a range of cells to be greater than or less than another cell using the average if function? Ex: =AVERAGEIFS(A1:A4,A1:A4,"A6",A1:A4,"A7") Keep getting the #DIV/0! error! HELP!!!!! Thank you! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Add "<0" as the 1st criteria.
-- Regards Dave Hawley www.ozgrid.com "SandiVaughn" wrote in message ... How can you test a range of cells to be greater than or less than another cell using the average if function? Ex: =AVERAGEIFS(A1:A4,A1:A4,"A6",A1:A4,"A7") Keep getting the #DIV/0! error! HELP!!!!! Thank you! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try it like this...
=AVERAGEIFS(A1:A4,A1:A4,"="&A6,A1:A4,"<="&A7) -- Biff Microsoft Excel MVP "SandiVaughn" wrote in message ... How can you test a range of cells to be greater than or less than another cell using the average if function? Ex: =AVERAGEIFS(A1:A4,A1:A4,"A6",A1:A4,"A7") Keep getting the #DIV/0! error! HELP!!!!! Thank you! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
AVERAGE function | Excel Discussion (Misc queries) | |||
Is it possible to use address function in average function | Excel Discussion (Misc queries) | |||
Error Handling #N/A with AVERAGE Function - Average of values in Row | Excel Worksheet Functions | |||
I want to use the MATCH function with the AVERAGE function but I . | Excel Worksheet Functions | |||
How do I nesting subtotal function within average function in Exc | Excel Worksheet Functions |