+ Reply to Thread
Results 1 to 4 of 4

Need help with matching cell values and adding another cell of data.

  1. #1
    Registered User
    Join Date
    09-18-2013
    Location
    MD
    MS-Off Ver
    Excel 2007
    Posts
    2

    Need help with matching cell values and adding another cell of data.

    I am trying to find a simple way to do this:

    I have a list of zip codes with an associated group number I have a second list of customer addresses.
    I want to be able to add the code from the first list to the list of customer addresses.

    My problem is that I have over 600 zip codes and over 1200 customers.

    I was hoping a formula could do this, I have no experience with macros.

    Example:
    zip code group name address city state zip group
    10001 6 john 1 main any st 10002
    10002 7 joe s 2 main any st 10001
    10003 8 julie s 3 main any st 10003


    Thanks for any and all help!
    Mary

  2. #2
    Registered User
    Join Date
    08-05-2013
    Location
    USA
    MS-Off Ver
    2010
    Posts
    76

    Re: Need help with matching cell values and adding another cell of data.

    If I understand correctly, you're trying to match the zip code from the customer address to the list of zip codes and pull the associated group number.
    If so, then try =INDEX(B1:B3,MATCH(C1,A1:A3,0)) where B1:B3 is the column of group numbers, C1 is the zip code of the customer address, and A1:A3 is the column containing zip codes that corresponds to the group numbers.

  3. #3
    Registered User
    Join Date
    09-18-2013
    Location
    MD
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Need help with matching cell values and adding another cell of data.

    Jeff
    Success!!!!
    Thank you very, very much!!
    Mary

  4. #4
    Registered User
    Join Date
    08-05-2013
    Location
    USA
    MS-Off Ver
    2010
    Posts
    76

    Re: Need help with matching cell values and adding another cell of data.

    Glad I could help

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Matching a cell with the other cell and summing up values
    By naga in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-14-2013, 08:39 AM
  2. [SOLVED] Return cell values for non-matching & matching criteria
    By jenz_skallemose in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 11-13-2012, 11:52 AM
  3. [SOLVED] UDF to return string of values of all rows with cell matching reference cell
    By oemgacaesar in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-20-2012, 12:43 PM
  4. Adding cell values that are dependent on adjacent cell values
    By globulous in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-27-2009, 10:37 AM
  5. Adding values to a cell based on entered data
    By Tin in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-02-2006, 08:55 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1