Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Two options...
Option one: Let F2:F13 contain your sheet names, and then use the following formula... =VLOOKUP(A2,INDIRECT(INDEX(F2:F13,MATCH(TRUE,COUNT IF(INDIRECT(F2:F13&"!A2 :A100"),A2)0,0))&"!A2:B100"),2,0) ....confirmed with CONTROL+SHIFT+ENTER, not just ENTER. Adjust the ranges (A2:A100, A2:B100, and F2:F13) accordingly. Option two: This doesn't require you to list your sheet names, but it uses three cells... B2: =MATCH(TRUE,COUNTIF(INDIRECT(TEXT(DATE(2005,ROW(IN DIRECT("1:12")),1),"mmm ")&"!A2:A100"),A2)0,0) ....confirmed with CONTROL+SHIFT+ENTER, not just ENTER. C2: =INDEX(TEXT(DATE(2005,ROW(INDIRECT("1:12")),1),"mm m"),B2) D2: =VLOOKUP(A2,INDIRECT(C2&"!A2:B100"),2,0) Hope this helps! In article , "SS" wrote: Sheet 1 to have the fomula looking up A2 the arra Sheets are named Jan, Feb etc so 12 which will be the array and only columns A & B with the result to be what is in the second column Hope that helps Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
selecting multiple sheets | Excel Worksheet Functions | |||
Printing Multiple sheets | Excel Discussion (Misc queries) | |||
How do i auto create multiple files from 1 with multiple sheets | Excel Worksheet Functions | |||
Can I unhide multiple sheets at once? | Excel Discussion (Misc queries) | |||
linking multiple sheets to a summary sheet | Excel Discussion (Misc queries) |