#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 131
Default VLOOKUP

Have this function

Look up value : A3
Table Array: '01'!Q:S
Column Index Number:2
Range Look Up: False

Want to copy formula into other column
Not change Lookupvalue:A3
Change Table Array:02 and keeping adding for example column D=01. E=02,F=03
not change in table array Q:S
How can I do this?



--
Thanks
Lynn
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default VLOOKUP

=VLOOKUP($A$3,OFFSET(INDIRECT(ADDRESS(1,17,1,1,TEX T(COLUMN(D3)-3,"00"))),0,0,100,2),2,FALSE)
^
This work for 100 rows, adjust it to expected max number of rows (or max row
No, 65536 in Excel2003)!


Regards,
Stefi


€˛Lynn€¯ ezt Ć*rta:

Have this function

Look up value : A3
Table Array: '01'!Q:S
Column Index Number:2
Range Look Up: False

Want to copy formula into other column
Not change Lookupvalue:A3
Change Table Array:02 and keeping adding for example column D=01. E=02,F=03
not change in table array Q:S
How can I do this?



--
Thanks
Lynn

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default VLOOKUP

Try
=VLOOKUP($A3,$Q:$S,COLUMN(A2),0)

and copy to the column to the right..Since the array has got only 3 columns
you have only Column Index Number:2 and 3

If this post helps click Yes
---------------
Jacob Skaria


"Lynn" wrote:

Have this function

Look up value : A3
Table Array: '01'!Q:S
Column Index Number:2
Range Look Up: False

Want to copy formula into other column
Not change Lookupvalue:A3
Change Table Array:02 and keeping adding for example column D=01. E=02,F=03
not change in table array Q:S
How can I do this?



--
Thanks
Lynn

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default VLOOKUP

To start from column index number 2 use
=VLOOKUP($A3,$Q:$S,COLUMN(B1),0)

If this post helps click Yes
---------------
Jacob Skaria


"Jacob Skaria" wrote:

Try
=VLOOKUP($A3,$Q:$S,COLUMN(A2),0)

and copy to the column to the right..Since the array has got only 3 columns
you have only Column Index Number:2 and 3

If this post helps click Yes
---------------
Jacob Skaria


"Lynn" wrote:

Have this function

Look up value : A3
Table Array: '01'!Q:S
Column Index Number:2
Range Look Up: False

Want to copy formula into other column
Not change Lookupvalue:A3
Change Table Array:02 and keeping adding for example column D=01. E=02,F=03
not change in table array Q:S
How can I do this?



--
Thanks
Lynn

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VLookUp - Does the VLookUp return the exact information? Cpviv Excel Worksheet Functions 2 October 28th 08 09:57 AM
Vlookup in vlookup - taking the result as array name SupperDuck Excel Worksheet Functions 2 June 2nd 07 11:05 AM
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP buffgirl71 Excel Discussion (Misc queries) 12 November 14th 06 11:36 PM
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) MikeR-Oz New Users to Excel 1 March 22nd 06 09:01 AM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


All times are GMT +1. The time now is 08:23 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"