+ Reply to Thread
Results 1 to 5 of 5

Help, Formula for Matching Like Values Across 2 Sheets and Returning A Value

  1. #1
    Registered User
    Join Date
    06-19-2013
    Location
    Louisville, Kentucky
    MS-Off Ver
    Excel 2010
    Posts
    2

    Help, Formula for Matching Like Values Across 2 Sheets and Returning A Value

    I need help creating a formula that will take column D (Postal Code) from sheet 1 and match it with column C (postal code) from sheet 4 and return corresponding warehouse number for column D sheet 4 in column K sheet 1.

    any thoughts

    zip code finder.xls

  2. #2
    Valued Forum Contributor
    Join Date
    05-20-2013
    Location
    Ohio, USA
    MS-Off Ver
    Excel 2013
    Posts
    941

    Re: Help, Formula for Matching Like Values Across 2 Sheets and Returning A Value

    Put this formula in K3 and copy down...

    =IFERROR(INDEX(Sheet4!$D$2:$D$235,MATCH(LEFT(D3,5),Sheet4!$C$2:$C$235,0)),"")

  3. #3
    Valued Forum Contributor wenqq3's Avatar
    Join Date
    04-01-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2003
    Posts
    868

    Re: Help, Formula for Matching Like Values Across 2 Sheets and Returning A Value

    Welcome to forum, youngmp502 !
    Please Login or Register  to view this content.
    At your column K, drag down.
    -If the problem is solved, please mark your thread as Solved: Click Thread Tools above your first post, select "Mark your thread as Solved".

    -Always upload a workbook before start your question
    To attach a file, push the button with the paperclip (or scroll down to the Manage Attachments button), browse to the required file, and then push the Upload button.

    +++ If my answer(s) helped you, please add me reputation by click on * +++

  4. #4
    Registered User
    Join Date
    06-19-2013
    Location
    Louisville, Kentucky
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Help, Formula for Matching Like Values Across 2 Sheets and Returning A Value

    Thank you so much wenqq3! You saved me so much time. God bless you!

  5. #5
    Valued Forum Contributor wenqq3's Avatar
    Join Date
    04-01-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2003
    Posts
    868

    Re: Help, Formula for Matching Like Values Across 2 Sheets and Returning A Value

    Welcome :D Thanks for feedback.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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