Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have two long tables with nanes and numbers next to them
Is there a way to look up both tables in the same formula The names colums are C and G The numbers columns are D and H The tables are on a seperate worksheet Densities Looking up what is in cell F21 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Miree,
Something like: =VLOOKUP(F21,Densities!C:D,2,False) & ": " & VLOOKUP(F21,Densities!G:H,2,False) HTH, Bernie MS Excel MVP "Miree" wrote in message ... I have two long tables with nanes and numbers next to them Is there a way to look up both tables in the same formula The names colums are C and G The numbers columns are D and H The tables are on a seperate worksheet Densities Looking up what is in cell F21 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup when value is between 2 columns | Excel Worksheet Functions | |||
lookup help. lookup result based on data in 2 columns | Excel Worksheet Functions | |||
Using Lookup with GT and LT Columns | Excel Discussion (Misc queries) | |||
Lookup across columns | Excel Worksheet Functions | |||
Lookup a value using two columns | Excel Worksheet Functions |