+ Reply to Thread
Results 1 to 3 of 3

Extracting Descriptions from one spreadsheet to appropriate part numbers on the other

  1. #1
    Registered User
    Join Date
    10-23-2012
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    17

    Extracting Descriptions from one spreadsheet to appropriate part numbers on the other

    I have attached two spreadsheets. The first spreadsheet has long descriptions and vehicle applications with the part numbers to the left. The 2nd spreadsheet is where I want the long descriptions to go under the "description" column. I want to accomplish this without altering any of the other information. Spreadsheet one has a little over 2500 parts, while spreadsheet two has over 3300, so there will be some descriptions in spreadsheet 2 that stay the same as before. I want the long descriptions in sheet 1 to replace the data in sheet 2's description column/cell for the matching part numbers entirely.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,956

    Re: Extracting Descriptions from one spreadsheet to appropriate part numbers on the other

    try this formula. but 1st note that the "Numbers" in "vehicle description" are actually text. to change them to numbers, highlight the entire range, scroll back up to the top and click on the little yellow square, select "convert to numbers"

    =VLOOKUP(A2,'[Vehicles,Description All In One!(1).xlsx]Sheet1'!$B$3:$C$2572,2,FALSE)

    if you dont want to do the above conversions, change the formula to this...

    =IFERROR(VLOOKUP(TEXT(A2,"######"),'[Vehicles,%20Description%20All%20In%20One!(1).xlsx]Sheet1'!$B$3:$C$2572,2,FALSE),"")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    10-23-2012
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Extracting Descriptions from one spreadsheet to appropriate part numbers on the other

    FDibbins, thanks for responding. I am very much an amatuer when it comes to formulas. Where would I enter the formula and which spreadsheet? Sorry for my lack of expertise, I appreciate the help a great deal!

+ 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