Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Extracting the values matching to multiplr columns.

HI ,

Here is my problem. I want to put the average of the schedule variance
per resource/permonth on the column last column i.e.

Say I want to display the average % of schedule variance for a resource XYZ
in the month on June i.e. in cell D3 I want to display the average variance
of the resource XYZ for the month on June. Likewise in cell D6 I want to
display the average variance of the resource XYZ for the month of July. and
so on. For this I need to filter out the data MOnth wise first and then
resource wise and then take an average of the values coming against these two
criteria and display it.

This is really very urgent and would be great if someone will be able to
help me out with this.


A B C
D
1 Month Resource Schedule variance Average Variance
2 June X 0.00%
3 June XYZ 200.00%
4 June XYZ 0.00%
4 June Y 0.00%
5 July X -20.00%
6 July XYZ 200.00%
7 July XYZ 100.00%

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Extracting the values matching to multiplr columns.

=AVERAGE(IF((A2:A7="June")*(B2:B7="XYZ"),C2:C7))

this is an array formula so commit with Ctrl-Shift-Enter

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"phoenix" wrote in message
...
HI ,

Here is my problem. I want to put the average of the schedule variance
per resource/permonth on the column last column i.e.

Say I want to display the average % of schedule variance for a resource
XYZ
in the month on June i.e. in cell D3 I want to display the average
variance
of the resource XYZ for the month on June. Likewise in cell D6 I want to
display the average variance of the resource XYZ for the month of July.
and
so on. For this I need to filter out the data MOnth wise first and then
resource wise and then take an average of the values coming against these
two
criteria and display it.

This is really very urgent and would be great if someone will be able to
help me out with this.


A B C
D
1 Month Resource Schedule variance Average Variance
2 June X 0.00%
3 June XYZ 200.00%
4 June XYZ 0.00%
4 June Y 0.00%
5 July X -20.00%
6 July XYZ 200.00%
7 July XYZ 100.00%



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
matching values in columns to update prices jonno Excel Discussion (Misc queries) 3 May 16th 08 10:04 AM
Matching values in 2 columns richzip Excel Discussion (Misc queries) 1 January 24th 08 11:40 AM
Matching values in two columns Rob Excel Discussion (Misc queries) 4 December 6th 06 04:44 AM
matching values in columns that contain duplicates jellybean Excel Discussion (Misc queries) 8 August 15th 06 02:13 AM
Req help matching values across columns in Excel Richard B Excel Worksheet Functions 1 May 7th 06 08:31 PM


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