Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I want to make the range in my vlookup formula variable. If for example I use the account from 2200 into 2300, I want the vlookup to change it's search range automaticly to this new range My formula is =vlookup(+c11;+c12;3;false) and c11=206 and c12=tabel2300 -- Greetz Kris |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this......
=VLOOKUP(C11,INDIRECT(C12),3,FALSE) Where the value to be looked up is in C11 and the name of the preferred Range is in C12....... Vaya con Dios, Chuck, CABGx3 "kris" wrote: Hi I want to make the range in my vlookup formula variable. If for example I use the account from 2200 into 2300, I want the vlookup to change it's search range automaticly to this new range My formula is =vlookup(+c11;+c12;3;false) and c11=206 and c12=tabel2300 -- Greetz Kris |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming that C12 contains a named range, try...
=VLOOKUP(C11,INDIRECT($C$12),3,FALSE) Replace commas with semi-colons if your version of Excel uses a semi-colon as a list separator. Hope this helps! In article , "kris" wrote: Hi I want to make the range in my vlookup formula variable. If for example I use the account from 2200 into 2300, I want the vlookup to change it's search range automaticly to this new range My formula is =vlookup(+c11;+c12;3;false) and c11=206 and c12=tabel2300 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup over multiple sheets | Excel Worksheet Functions | |||
add values using vlookup over multi sheets | Excel Discussion (Misc queries) | |||
vlookup over 2 sheets? | Excel Worksheet Functions | |||
Vlookup from 2 different sheets | Excel Worksheet Functions | |||
VLOOKUP across all sheets in a workbook | Excel Worksheet Functions |