Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Elliott
 
Posts: n/a
Default problem with v lookup

Hi
i am having an issue with Excel where I have 2 work books with the same
information on both, but bits of data missing I am trying to merge them as
one huge document; so were I have sheet 1 below looking like this
cell A BN55VRP cell B BN55VRP cell Q 1984
I need to make colum A & B to be primary Keys or point of references so that
when I merge sheet 2 to sheet 1 they match i dentically. I was using v lookup
formula but this is not working formula A2,=VLOOKUP($A$1,SHEET1!:$B$100,2,0)
then the same fomula for sheet 2 but changing A3 except changing to sheet 2!
instead of sheet one. Can some one help please this is driving me mad!!!!!




  #2   Report Post  
Posted to microsoft.public.excel.misc
Toppers
 
Posts: n/a
Default problem with v lookup

I am guessing that you want to look at column A in Sheet1 and match with $A$1
(from Sheet2?) and return the value in Column B from Sheet1? (The data in
Sheet1 is in rows 1 to 100)

=VLOOKUP($A$1,SHEET1!$A$1:$B$100,2,0)

I not sure I fully understand the problem so the above may be incorrect.

HTH anyway.

"Elliott" wrote:

Hi
i am having an issue with Excel where I have 2 work books with the same
information on both, but bits of data missing I am trying to merge them as
one huge document; so were I have sheet 1 below looking like this
cell A BN55VRP cell B BN55VRP cell Q 1984
I need to make colum A & B to be primary Keys or point of references so that
when I merge sheet 2 to sheet 1 they match i dentically. I was using v lookup
formula but this is not working formula A2,=VLOOKUP($A$1,SHEET1!:$B$100,2,0)
then the same fomula for sheet 2 but changing A3 except changing to sheet 2!
instead of sheet one. Can some one help please this is driving me mad!!!!!




  #3   Report Post  
Posted to microsoft.public.excel.misc
Bryan Hessey
 
Posts: n/a
Default problem with v lookup


I think it would be easier to do your lookup from sheet 2, and do
,False
Then set Autofilter and select all the items that are #N/A to be copied
and pasted into Sheet 1

ie, from sheet 2, in a spare column

=Vlookup(A1,Sheet1!A:A,1,False)

will return the contents of sheet 1 for a match, and #N/A for an item
that does not exist on Sheet 1.

Then, on sheet 2, set Autofilter and select the #N/A items, highlight
all of these rows and Copy - then back to Sheet 1, the first available
row, and Paste.
Delete the column which had the #N/A for the rows just inserted.

Does this help?

--

Elliott Wrote:
Hi
i am having an issue with Excel where I have 2 work books with the
same
information on both, but bits of data missing I am trying to merge them
as
one huge document; so were I have sheet 1 below looking like this
cell A BN55VRP cell B BN55VRP cell Q 1984
I need to make colum A & B to be primary Keys or point of references so
that
when I merge sheet 2 to sheet 1 they match i dentically. I was using v
lookup
formula but this is not working formula
A2,=VLOOKUP($A$1,SHEET1!:$B$100,2,0)
then the same fomula for sheet 2 but changing A3 except changing to
sheet 2!
instead of sheet one. Can some one help please this is driving me
mad!!!!!



--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=534486

  #4   Report Post  
Posted to microsoft.public.excel.misc
Elliott
 
Posts: n/a
Default problem with v lookup

Hi toppers,
what I am trying to do is match the information on sheet 1 two sheet 2, the
main problem is that the data is half correct in sheet 1 and the rest is in
sheet 2 so I am trying to duplicate it so that sheet 1 pulls it through from
sheet 2 what is missing and they match it perfectly. hope this makes sense?
Thanks
Elliott
"Toppers" wrote:

I am guessing that you want to look at column A in Sheet1 and match with $A$1
(from Sheet2?) and return the value in Column B from Sheet1? (The data in
Sheet1 is in rows 1 to 100)

=VLOOKUP($A$1,SHEET1!$A$1:$B$100,2,0)

I not sure I fully understand the problem so the above may be incorrect.

HTH anyway.

"Elliott" wrote:

Hi
i am having an issue with Excel where I have 2 work books with the same
information on both, but bits of data missing I am trying to merge them as
one huge document; so were I have sheet 1 below looking like this
cell A BN55VRP cell B BN55VRP cell Q 1984
I need to make colum A & B to be primary Keys or point of references so that
when I merge sheet 2 to sheet 1 they match i dentically. I was using v lookup
formula but this is not working formula A2,=VLOOKUP($A$1,SHEET1!:$B$100,2,0)
then the same fomula for sheet 2 but changing A3 except changing to sheet 2!
instead of sheet one. Can some one help please this is driving me mad!!!!!




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
Another way to lookup data David Vollmer Excel Worksheet Functions 1 September 23rd 05 05:16 AM
Lookup Vector > Lookup Value Alec Kolundzic Excel Worksheet Functions 6 June 10th 05 02:14 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Lookup function w/Text and Year Josh O. Excel Worksheet Functions 1 February 12th 05 11:27 PM
double lookup, nest, or macro? Josef.angel Excel Worksheet Functions 1 October 29th 04 09:50 AM


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