Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to apply vlookup formula to Range of cells, but data may not be static.
Help me to how to approach that... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use a dynamic range
http://www.contextures.com/xlNames01.html#Dynamic -- __________________________________ HTH Bob "vardhan" wrote in message ... I want to apply vlookup formula to Range of cells, but data may not be static. Help me to how to approach that... |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
What will change? Will the lookup value always be in the same column and value brought back be in the same column, so just the "length" of the data will be changing? What is the dynamic part of the lookup? "vardhan" wrote: I want to apply vlookup formula to Range of cells, but data may not be static. Help me to how to approach that... |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I usually define a range and use the range name as the source dat for the
pivot. Here is an example : =OFFSET(Calendar!$A$1,0,0,MAX(2,COUNTA(Calendar!$A :$A)),4) This is the defination of a range called CALENDAR which uses the a dynamic range on a worksheet called calendar whcih stretches from A1 to Ax where x is the last row in column A. Hope this helps "David" wrote: Hi, What will change? Will the lookup value always be in the same column and value brought back be in the same column, so just the "length" of the data will be changing? What is the dynamic part of the lookup? "vardhan" wrote: I want to apply vlookup formula to Range of cells, but data may not be static. Help me to how to approach that... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add column # dynamically in row 1 of a particular worksheet | Excel Programming | |||
I am not able to apply names in already created Vlookup formula. | Excel Worksheet Functions | |||
Dynamically adding a macro to a new worksheet | Excel Programming | |||
Dynamically adjusting Vlookup | Excel Programming | |||
macro to apply worksheet event to active worksheet | Excel Programming |