Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dez Dez is offline
external usenet poster
 
Posts: 10
Default Average with multiple conditions

Hi how do i take the avearage of numbers in one column, with conditions being
satisfied in two other different colums?

this is what i've tried but it's just not working;

AVERAGE(IF(AND($B$2:$B$1931="2000"),$C$2:$C$1931=" 1",$D$2:$D$1931))

could someone please help. thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Average with multiple conditions

Try this array formula**:

=AVERAGE(IF((B2:B1931=2000)*(C2:C1931=1),D2:D1931) )

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

--
Biff
Microsoft Excel MVP


"Dez" wrote in message
...
Hi how do i take the avearage of numbers in one column, with conditions
being
satisfied in two other different colums?

this is what i've tried but it's just not working;

AVERAGE(IF(AND($B$2:$B$1931="2000"),$C$2:$C$1931=" 1",$D$2:$D$1931))

could someone please help. thanks!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dez Dez is offline
external usenet poster
 
Posts: 10
Default Average with multiple conditions

that worked. thanks heaps!!

"T. Valko" wrote:

Try this array formula**:

=AVERAGE(IF((B2:B1931=2000)*(C2:C1931=1),D2:D1931) )

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

--
Biff
Microsoft Excel MVP


"Dez" wrote in message
...
Hi how do i take the avearage of numbers in one column, with conditions
being
satisfied in two other different colums?

this is what i've tried but it's just not working;

AVERAGE(IF(AND($B$2:$B$1931="2000"),$C$2:$C$1931=" 1",$D$2:$D$1931))

could someone please help. thanks!




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 396
Default Average with multiple conditions

The DAVERAGE function might also be useful, though that depends on the data
layout.

--
Wigi
http://www.wimgielis.be = Excel/VBA, soccer and music


"Dez" wrote:

that worked. thanks heaps!!

"T. Valko" wrote:

Try this array formula**:

=AVERAGE(IF((B2:B1931=2000)*(C2:C1931=1),D2:D1931) )

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

--
Biff
Microsoft Excel MVP


"Dez" wrote in message
...
Hi how do i take the avearage of numbers in one column, with conditions
being
satisfied in two other different colums?

this is what i've tried but it's just not working;

AVERAGE(IF(AND($B$2:$B$1931="2000"),$C$2:$C$1931=" 1",$D$2:$D$1931))

could someone please help. thanks!




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

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Dez" wrote in message
...
that worked. thanks heaps!!

"T. Valko" wrote:

Try this array formula**:

=AVERAGE(IF((B2:B1931=2000)*(C2:C1931=1),D2:D1931) )

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

--
Biff
Microsoft Excel MVP


"Dez" wrote in message
...
Hi how do i take the avearage of numbers in one column, with conditions
being
satisfied in two other different colums?

this is what i've tried but it's just not working;

AVERAGE(IF(AND($B$2:$B$1931="2000"),$C$2:$C$1931=" 1",$D$2:$D$1931))

could someone please help. 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
AVERAGE with conditions mr_concrete Excel Worksheet Functions 3 February 7th 07 09:23 PM
Conditional Average (2 conditions) kayard Excel Worksheet Functions 3 August 12th 06 12:32 AM
Using AVERAGE with conditions in different worksheets? mommy2kh Excel Worksheet Functions 1 July 16th 06 11:16 PM
How to multiple conditions to validate more than 2 conditions to . Bhuvana Govind Excel Worksheet Functions 1 January 28th 05 08:07 PM
average on 2 conditions Ted Metro Excel Worksheet Functions 6 January 7th 05 09:23 PM


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