Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hello I need to use VLOOKUP function with a variable table array cell reference. Example VLOOKUP(a1;sheet!A10:D500;4) The cell reference A10 will change in every case. I know how to calculate a text string with the correct cell reference, but i am not able to "transfer" this to the table array argument on the vlookup function. Many thanks. -- OHP |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=indirect() will let you use your text reference in your formula
-- paul remove nospam for email addy! "Ohp" wrote: Hello I need to use VLOOKUP function with a variable table array cell reference. Example VLOOKUP(a1;sheet!A10:D500;4) The cell reference A10 will change in every case. I know how to calculate a text string with the correct cell reference, but i am not able to "transfer" this to the table array argument on the vlookup function. Many thanks. -- OHP |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you by your answer, but I am still not able to solve the question. How
I must use indirect. I tried without sucess the following way : VLOOKUP(a1; indirect(teste); 4 ). teste as a text cell with the content : sheet!a10:d500 Thank you in advance by your support. -- OHP "paul" wrote: =indirect() will let you use your text reference in your formula -- paul remove nospam for email addy! "Ohp" wrote: Hello I need to use VLOOKUP function with a variable table array cell reference. Example VLOOKUP(a1;sheet!A10:D500;4) The cell reference A10 will change in every case. I know how to calculate a text string with the correct cell reference, but i am not able to "transfer" this to the table array argument on the vlookup function. Many thanks. -- OHP |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup with variable worksheet reference | Excel Worksheet Functions | |||
Variable range reference | Excel Discussion (Misc queries) | |||
A function to get a variable row reference for range in XNPV funct | Excel Worksheet Functions | |||
use a cell to reference a range in a vlookup | Excel Discussion (Misc queries) | |||
Problem with =sum(offset(cell reference,w,x,y,z). I want cell reference to be variable | Excel Worksheet Functions |