Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have four duplicate match reports on the 'WK 1'! spreadsheet. One is used
for each match between 2 teams each week. 8 teams total in a leaque. I was wondering how to write an Index/Match function that would search the whole sheet (rather than each match report within the sheet) to index & match the criteria then return the desired number. Not quite sure how to write a shorter version. Here's what I have: Columns go from A:AU, Rows go from 32:111 A2= team member name 'Indiv Stats'!B4= Stat to search for =IF(ISNA(INDEX('WK 1'!$A$32:$W$56,MATCH(A2,'WK 1'!$B$32:$B$55,0),MATCH('Indiv Stats'!B4,'WK 1'!$A$32:$W$32,0))),0,(INDEX('WK 1'!$A$32:$W$56,MATCH(A2,'WK 1'!$B$32:$B$55,0),MATCH('Indiv Stats'!B4,'WK 1'!$A$32:$W$32,0))))+IF(ISNA(INDEX('WK 1'!$Z$32:$AU$56,MATCH(A2,'WK 1'!$Z$32:$Z$55,0),MATCH('Indiv Stats'!B4,'WK 1'!$Z$32:$AU$32,0))),0,(INDEX('WK 1'!$Z$32:$AU$56,MATCH(A2,'WK 1'!$Z$32:$Z$55,0),MATCH('Indiv Stats'!B4,'WK 1'!$Z$32:$AU$32,0))))+IF(ISNA(INDEX('WK 1'!$B$89:$W$111,MATCH(A2,'WK 1'!$B$89:$B$111,0),MATCH('Indiv Stats'!B4,'WK 1'!$B$89:$W$89,0))),0,(INDEX('WK 1'!$B$89:$W$111,MATCH(A2,'WK 1'!$B$89:$B$111,0),MATCH('Indiv Stats'!B4,'WK 1'!$B$89:$W$89,0))))+IF(ISNA(INDEX('WK 1'!$Z$89:$AU$111,MATCH(A2,'WK 1'!$Z$89:$Z$111,0),MATCH('Indiv Stats'!B4,'WK 1'!$Z$89:$AU$89,0))),0,(INDEX('WK 1'!$Z$89:$AU$111,MATCH(A2,'WK 1'!$Z$89:$Z$111,0),MATCH('Indiv Stats'!B4,'WK 1'!$Z$89:$AU$89,0)))) You help is appreciated, JIM |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
My Color Palette Reduced to 13 and will not Reset | Excel Discussion (Misc queries) | |||
How do I stop fractions from being reduced? | Excel Discussion (Misc queries) | |||
How can I keep a fraction from being reduced? | Excel Worksheet Functions | |||
Fraction in 16ths format reduced to LCD | Excel Worksheet Functions | |||
Reduced Row Echelon form | Excel Worksheet Functions |