#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default vlookup copy down

Is there any way when copying a vlookup formula or similar to have the row of
the range change for example suppose you have a formula
=VLOOKUP($C$3,summary,3,FALSE)
and you want to copy down to cell below so formula is
=VLOOKUP($C$3,summary,4,FALSE)
and keep on going so when you copy down next the 4 changes to a 5 etc.

Thanks Dave
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default vlookup copy down


thanks it answered my question well
"Luke M" wrote:

Try this:
=VLOOKUP($C$3,summary,ROW(A3),FALSE)

Now when you copy down, the A3 will change to A4, and cause the ROW function
to return a value of 4.

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Davidm" wrote:

Is there any way when copying a vlookup formula or similar to have the row of
the range change for example suppose you have a formula
=VLOOKUP($C$3,summary,3,FALSE)
and you want to copy down to cell below so formula is
=VLOOKUP($C$3,summary,4,FALSE)
and keep on going so when you copy down next the 4 changes to a 5 etc.

Thanks Dave

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 copy down Luke M Excel Discussion (Misc queries) 0 February 15th 10 09:55 PM
copy color using vlookup Ravens Fan Excel Discussion (Misc queries) 4 August 14th 07 06:54 PM
vlookup copy formatting justducky Excel Worksheet Functions 3 March 11th 07 06:25 AM
PLEASE HELP - VLOOKUP COPY I.C.E. Excel Discussion (Misc queries) 3 October 11th 06 11:41 AM
copy formats vlookup Andre Ronda Excel Worksheet Functions 1 September 4th 06 09:20 PM


All times are GMT +1. The time now is 08:37 AM.

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

About Us

"It's about Microsoft Excel"