Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Should add the ability to use Functions or References to determine the
"table_array" name in Lookup functions. Is there a work around better than nested IF statements? |
#2
![]() |
|||
|
|||
![]()
"fcjssc" wrote
Should add the ability to use Functions or References to determine the "table_array" name in Lookup functions. Think using INDIRECT() would be one way Example: Assume TBL1 and TBL2 are the defined names of 2 table_arrays. And you have in A5: TBL B5: 1 C5: 2 Then something like this: In B6: =VLOOKUP(A6,INDIRECT($A$5&B$5),2,0) with B6 copied across to C6 will give the same returns as having in B6: =VLOOKUP($A6,TBL1,2,0) in C6: =VLOOKUP($A6,TBL2,2,0) Is there a work around better than nested IF statements? Using VLOOKUP might be one consideration to look at -- Rgds Max xl 97 --- GMT+8, 1° 22' N 103° 45' E xdemechanik <atyahoo<dotcom ---- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Tab list position in Excel | Excel Discussion (Misc queries) | |||
multi-level subtotals are in the wrong position | Excel Worksheet Functions | |||
I am trying to link based on a text value instead of cell position | Links and Linking in Excel | |||
Saving a position dinamically | Excel Worksheet Functions | |||
getpivotdata() by position | Excel Worksheet Functions |