PC Review


Reply
Thread Tools Rate Thread

How can I find comon values in seperate spreadsheets?

 
 
=?Utf-8?B?QmlsbCBpbiBXaWNoaXRh?=
Guest
Posts: n/a
 
      12th Jul 2006
Can I take the phone numbers from one spreadsheet to find the matching
numbers and the name, address, etc. from a second spreadsheet.
 
Reply With Quote
 
 
 
 
kraljb
Guest
Posts: n/a
 
      12th Jul 2006

Assuming that the phone numbers are put in the same way (i.e
555-555-1234 vs. (555)555-1234 on the different spreadsheets, you ca
do an INDEX and MATCH formula.

Sheet1 has just the phone numbers (in col A)where you want mor
information
Sheet2 has the addresses (col B) and phone numbers(col A)

in Col B of Sheet 1 right the following
=INDEX(Sheet2!B$1:B$1000,MATCH($A1,Sheet2!$A$1:$A$1000,0),0

--
kralj
-----------------------------------------------------------------------
kraljb's Profile: http://www.excelforum.com/member.php...nfo&userid=995
View this thread: http://www.excelforum.com/showthread.php?threadid=56087

 
Reply With Quote
 
VBA Noob
Guest
Posts: n/a
 
      12th Jul 2006

Say Column A has Phone numbers in Sheet 1 and Sheet 2 has Phone No i
Column A, Name In Column B, Address in Column C then use a vlookup

Name =VLOOKUP($A1,Sheet2!$A$1:$D$13,*2*,FALSE)
Addess =VLOOKUP($A1,Sheet2!$A$1:$D$13,*3*,FALSE)

To change lookup column just change the bol number.

Note you get a #N/A if number not in list

VBA Noo

--
VBA Noo
-----------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...fo&userid=3383
View this thread: http://www.excelforum.com/showthread.php?threadid=56087

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Opening two seperate Excel spreadsheets Dude Microsoft Excel Misc 1 29th Nov 2006 09:38 PM
Lookup Data in two seperate Spreadsheets =?Utf-8?B?UGFkcmFpZw==?= Microsoft Excel Worksheet Functions 6 28th Jun 2006 03:05 PM
Linking Cells from seperate spreadsheets Conorcasey82@hotmail.com Microsoft Excel Worksheet Functions 3 15th Feb 2006 02:13 AM
Totaling values from spreadsheets on seperate slides =?Utf-8?B?U2lza28xMjA=?= Microsoft Powerpoint 2 1st Oct 2004 02:03 AM
Validate students name and ss# on two seperate spreadsheets? Joann Microsoft Excel Worksheet Functions 1 11th Nov 2003 10:46 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:18 PM.