Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Copy part of VLOOKUP formula?

Thanks in advance..
I have 2 sheets and am using the following formula to try and match up names
in the 2 sheets. The formula I am using is =VLOOKUP(A2,
Sheet2!A1:A2087,1,FALSE)
to search for a match and indicate so in a 2nd column.
Since I have 2087 lines of data I tried to copy this formula for each cell
using the fill handle, but this always starts my reference at the next cell
(ex: A2:A2088 and so on). How can I change the A2 portion of my formula
without changing the reference of A1:A2087 without writing each cell's
formula by hand? I was hoping this formula would be a timesaver, but so far
it doesn't seem so.
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Copy part of VLOOKUP formula?

=VLOOKUP(A2, Sheet2!A$1:A$2087,1,FALSE)
or
=VLOOKUP(A2, Sheet2!$A$1:$A$2087,1,FALSE)

Use the F4 key to toggle between absolute and relative references

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"absfl" wrote in message
...
Thanks in advance..
I have 2 sheets and am using the following formula to try and match up
names
in the 2 sheets. The formula I am using is =VLOOKUP(A2,
Sheet2!A1:A2087,1,FALSE)
to search for a match and indicate so in a 2nd column.
Since I have 2087 lines of data I tried to copy this formula for each cell
using the fill handle, but this always starts my reference at the next
cell
(ex: A2:A2088 and so on). How can I change the A2 portion of my formula
without changing the reference of A1:A2087 without writing each cell's
formula by hand? I was hoping this formula would be a timesaver, but so
far
it doesn't seem so.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 492
Default Copy part of VLOOKUP formula?

=VLOOKUP(A2, Sheet2!$A$1:$A$2087,1,FALSE)

Have a look at 'Absolute Reference' in Help.
Regards,
Alan.


"absfl" wrote in message
...
Thanks in advance..
I have 2 sheets and am using the following formula to try and match up
names
in the 2 sheets. The formula I am using is =VLOOKUP(A2,
Sheet2!A1:A2087,1,FALSE)
to search for a match and indicate so in a 2nd column.
Since I have 2087 lines of data I tried to copy this formula for each cell
using the fill handle, but this always starts my reference at the next
cell
(ex: A2:A2088 and so on). How can I change the A2 portion of my formula
without changing the reference of A1:A2087 without writing each cell's
formula by hand? I was hoping this formula would be a timesaver, but so
far
it doesn't seem so.


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 Formula Joe K. Excel Worksheet Functions 2 November 19th 08 03:34 PM
How do I copy columns when part of formula has another sheet in it andrewwatkins Excel Discussion (Misc queries) 1 November 4th 07 11:59 PM
Copy VLOOKUP Formula EMarre Excel Discussion (Misc queries) 4 October 21st 05 04:05 PM
Copy cell formating as part of a formula KepGuru Excel Worksheet Functions 1 March 3rd 05 05:12 PM
How do I copy a formula in excel where part remains absolute the . SRF Excel Discussion (Misc queries) 1 January 7th 05 01:41 PM


All times are GMT +1. The time now is 01:07 PM.

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"