Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can function be applied to range in sumif prior to criteria check? | Excel Worksheet Functions | |||
Countif and date check for second criteria | Excel Worksheet Functions | |||
Countif and date check for second criteria | Excel Worksheet Functions | |||
How do I use a "check(ed) box" as a criteria in an "=if" statement | Excel Worksheet Functions | |||
Need formula to check values of data in several cells as criteria | Excel Worksheet Functions |