Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default how to check More than one criteria and get the value

TL TM Aug Sep Oct
TL1 TM1 30 20 10
TL2 TM3 30 25 15
TL3 TM2 15 20 05

Hi Some one please help me
You can see the table this is just an example in sheet1 there is similar
table in sheet2. TL name if Team leaders(text column) TM Team member(text
column) they may repeat in diiferent teams. I want check if the person comes
the TL and what is his rating in the month AUG. That is Column 1 & 2 should
be checked and if it matches it should be pasted in the respective month of
the sheet2
I know i am quit confusing Please help me
--
Manju
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default how to check More than one criteria and get the value

Manju,

I assumed that your short table is on Sheet1, in cells A1:E4, and that you have the same layout on
Sheet2. In cell C2 of Sheet2, use this formula

=SUMPRODUCT((Sheet1!$A$2:$A$4=$A2)*(Sheet1!$B$2:$B $4=$B2)*OFFSET(Sheet1!$C$2:$C$4,0,MATCH(C$1,Sheet1 !$C$1:$E$1,FALSE)-1))

and copy to C2:E4 of sheet2.

HTH,
Bernie
MS Excel MVP


"manju" wrote in message
...
TL TM Aug Sep Oct
TL1 TM1 30 20 10
TL2 TM3 30 25 15
TL3 TM2 15 20 05

Hi Some one please help me
You can see the table this is just an example in sheet1 there is similar
table in sheet2. TL name if Team leaders(text column) TM Team member(text
column) they may repeat in diiferent teams. I want check if the person comes
the TL and what is his rating in the month AUG. That is Column 1 & 2 should
be checked and if it matches it should be pasted in the respective month of
the sheet2
I know i am quit confusing Please help me
--
Manju



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
Can function be applied to range in sumif prior to criteria check? Cheese_whiz Excel Worksheet Functions 4 January 8th 08 02:49 PM
Countif and date check for second criteria [email protected] Excel Worksheet Functions 0 November 29th 05 09:40 PM
Countif and date check for second criteria [email protected] Excel Worksheet Functions 0 November 29th 05 09:40 PM
How do I use a "check(ed) box" as a criteria in an "=if" statement Bill Bromback Excel Worksheet Functions 1 August 19th 05 05:28 PM
Need formula to check values of data in several cells as criteria VCTECH Excel Worksheet Functions 0 November 19th 04 09:54 PM


All times are GMT +1. The time now is 04:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"