#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default VLOOK UP

I have two sheets of data on a excel file. Both the sheets have almost
identical number of names in the A column. Sheet two has an additional
row of data that i need to paste in Sheet one if the names match.
Anybody know the formula.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,173
Default VLOOK UP

Biruzz

=IF(ISNA(VLOOKUP(A1,Sheet2!$A$1:$B$1000,2,FALSE)), "",VLOOKUP(A1,Sheet2!$A$1:$B$1000,2,FALSE))

This presumes the 2nd sheet is called Sheet2 and the range on that sheet
covers A1:B1000, change as necessary.

I have wrapped it in an ISNA function to return nothing if there is no match

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
DTHIS
www.nickhodge.co.uk


"Biruzz" wrote in message
ups.com...
I have two sheets of data on a excel file. Both the sheets have almost
identical number of names in the A column. Sheet two has an additional
row of data that i need to paste in Sheet one if the names match.
Anybody know the formula.


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
use vlook to show the value of a cell using a formula David Excel Discussion (Misc queries) 5 October 21st 06 12:01 AM
Subject: vlook up 1/25/2006 1:39 PM PST arcticale Excel Discussion (Misc queries) 1 January 27th 06 06:10 PM
vlook up arcticale Excel Discussion (Misc queries) 1 January 25th 06 09:36 PM
vlook up Sean Excel Worksheet Functions 1 July 14th 05 11:04 PM
How do I use drop down list selections/values in a vlook up formu. CL Excel Discussion (Misc queries) 2 January 19th 05 10:39 PM


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