LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,365
Default Phone book problem

You are very welcome. Glad I could be of assistance to you.

And thank you for the thank you and letting us know that it worked for you.

"Padraigglynn" wrote:

Thank you so, so much. That worked brilliantly. I very much appreciate you
help and time. Thanks again.

"JLatham" wrote:

Take a look at VLOOKUP() - it should solve your match up problems.

Basically, bring your monthly report data into a worksheet in the workbook
with your master list (separate sheet) and set up a VLOOKUP() formula to
bring name into the monthly list sheet.

Since you'll be matching on the phone numbers, first thing is that the
numbers must be entered in the same format in both lists (so make your master
list match format of your monthly lists).

Second, in the master list, the phone numbers need to be in the left-most
column of a table (it could be A, or it could be X, but names need to be in a
column to the right of it).

Assume phone numbers in Master list are in column A, names in column B.
Assume phone numbers in the monthly data are in column D, then on a row
(using row 2 for example) in the monthly data sheet you could put a formula
like
=VLOOKUP(D2,'MasterListSheet Name'!A:B,2,0)

That would return names, but it also returns an ugly #NA when there is no
match for the number on the monthly sheet with a number in the MasterList,
you can modify the formula to keep the sheet cleaner like this:
=IF(ISNA(VLOOKUP(D2,'MasterListSheet Name'!A:B,2,False)), "",
VLOOKUP(D2,'MasterListSheet Name'!A:B,2,False))

Excel Help will give you information about the VLOOKUP() function.

"Padraigglynn" wrote:

I manage the phone bills for the company I work for. Each month I get the
phone bills emailed to me in excel format and I have to manually check the
phone numbers against a list of company numbers I have to ensure staff are
not mis using the phones. Is there any way that I could get excel, if I had a
list of phone numbers and names already typed up to match numbers on the
bills I get to the list I have typed up and have it place the name of the
person after the number so at a glace I could match each bill and see who has
been rang in the company or not for that matter Any help greatly appreciated.

 
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
phone numbers Tony R New Users to Excel 4 August 13th 07 04:44 PM
zipcode phone # area code/prefix problem Sean Newman New Users to Excel 1 December 21st 06 07:41 PM
Phone number Lisa Excel Discussion (Misc queries) 3 May 10th 05 10:34 PM
How can I cross reference phone numbers with existing phone numbe. John Excel Discussion (Misc queries) 1 February 11th 05 04:39 PM
Phone Numbers natei6 Excel Worksheet Functions 6 November 25th 04 02:38 AM


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