+ Reply to Thread
Results 1 to 6 of 6

How to Autofill information based on a match

  1. #1
    Registered User
    Join Date
    06-15-2022
    Location
    PA
    MS-Off Ver
    2016
    Posts
    7

    Question How to Autofill information based on a match

    Good Morning Everyone,

    So, I have a sheet with a list of Part Numbers with some data to the right of it (3 different columns), and a empty NEW sheet

    Basically, on the NEW sheet I made, I want somebody to be able to type a part number into a specified column and have excel match what part number that was typed in with the list of part numbers already made, and if there is a match, then autofill the data that's on the 3 columns on the right into the new sheet next to the part number they typed in.

    Example:

    They type in:
    W51501-01

    (EXCEL checks other sheet to see if the part number is on the list)

    Other List Data:

    W51501-01 FPZ 5 1000
    (EXCEL finds exact match, with W51501-01)

    (EXCEL then takes the data of the columns next to the part number and autofills it next to the part number they typed in on the other sheet, also in 3 different columns)
    THE data excel would take:
    FPZ 5 1000


    End result on NEW Sheet (sheet they typed part number into):

    W51501-01.............FPZ...............5............1000
    (they typed in) (Autofilled) (Autofilled) (Autofilled)


    Thanks for the help!

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: How to Autofill information based on a match

    You would use a VLOOKUP or INDEX/MATCH formula, in conjunction with IFERROR.

    Rather than me guess your sheet names and the columns you are using, it would help if you attached a sample Excel workbook (by following the guidelines in the yellow banner at the top of the screen), then I will be able to give you the exact formulae to use.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    06-15-2022
    Location
    PA
    MS-Off Ver
    2016
    Posts
    7

    Re: How to Autofill information based on a match

    Here is an example I made
    Attached Files Attached Files

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: How to Autofill information based on a match

    You can use this formula in cell B3 of the New_list sheet:

    =IFERROR(VLOOKUP($A3,'Part Number List'!$A:$D,COLUMNS($A:B),0),"")

    Copy it across into C3 and D3 to get the other fields, and then copy those 3 formulae down as far as you need to (and enter new part numbers in column A as required).

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    06-15-2022
    Location
    PA
    MS-Off Ver
    2016
    Posts
    7

    Re: How to Autofill information based on a match

    Thanks!

    It worked

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: How to Autofill information based on a match

    Glad to hear it.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    You might also like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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] repeating items and autofill based on match column with the others for specific sheets
    By leap out in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 02-25-2022, 02:03 PM
  2. Replies: 19
    Last Post: 01-02-2018, 10:25 PM
  3. Autofill information in adjacent cell based on a common value
    By kahlert in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-22-2017, 10:46 AM
  4. Autofill information without leaving blanks
    By maywal in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-15-2017, 09:10 AM
  5. Replies: 1
    Last Post: 08-18-2016, 03:21 PM
  6. How to autofill information from the next cell?
    By ninjamalin in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-20-2013, 05:02 AM
  7. Lookup and match Information based on a date
    By JamesT1 in forum Excel General
    Replies: 7
    Last Post: 03-16-2012, 06:26 AM

Tags for this Thread

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