Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default Copying VLOOKUO Formulas

I am currently using the following VLOOKUP formula in a spread sheet

=VLOOKUP($A3,Leadtime!$A:$BD,3,0)

What I am wanting to do is copy formula across the row for the next 50
columns. When I do this all column result '3' is copied also. What im
wantin is to coly the fixed parts but what the column number to move to the
next column number ie 3 then 4 then 5.

Can this be done?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 253
Default Copying VLOOKUO Formulas

Hi,

If you are using absolute reference and copy accross the columns, they
should all show the same result.
This is not logic to XL, so that is why you have an increment of the col
index to return.

JY

"TheRook" wrote in message
...
I am currently using the following VLOOKUP formula in a spread sheet

=VLOOKUP($A3,Leadtime!$A:$BD,3,0)

What I am wanting to do is copy formula across the row for the next 50
columns. When I do this all column result '3' is copied also. What im
wantin is to coly the fixed parts but what the column number to move to
the
next column number ie 3 then 4 then 5.

Can this be done?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 272
Default Copying VLOOKUO Formulas

You could use the Column() function instead of the number, then if it isn't
the columns don't line up offset it like this:
=VLOOKUP($A3,Leadtime!$A:$BD,Column() + 2,0)
This is the same formula you posted assuming it is placed in Column A

--
Charles Chickering

"A good example is twice the value of good advice."


"TheRook" wrote:

I am currently using the following VLOOKUP formula in a spread sheet

=VLOOKUP($A3,Leadtime!$A:$BD,3,0)

What I am wanting to do is copy formula across the row for the next 50
columns. When I do this all column result '3' is copied also. What im
wantin is to coly the fixed parts but what the column number to move to the
next column number ie 3 then 4 then 5.

Can this be done?

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
can i attach picture to cell and use vlookuo function? Oligo Excel Discussion (Misc queries) 2 November 4th 08 04:43 PM
Copying IF formulas Davidm Excel Discussion (Misc queries) 2 August 19th 08 01:02 AM
Copying Formulas Mac Excel Discussion (Misc queries) 1 January 23rd 08 02:40 AM
Copying Formulas Mtabaruka Excel Discussion (Misc queries) 2 April 4th 07 04:08 PM
copying formulas elsie Excel Worksheet Functions 1 April 3rd 07 03:50 AM


All times are GMT +1. The time now is 03:12 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"