+ Reply to Thread
Results 1 to 2 of 2

Vlookup (Headache)

  1. #1
    Forum Contributor
    Join Date
    04-06-2017
    Location
    Wolverhampton
    MS-Off Ver
    Office 365
    Posts
    471

    Vlookup (Headache)

    hello

    Please see attached

    Tab Master
    i want to enter pallet data onto this sheet,

    Tab Pallet 1
    I want the pallet 1 tab to return everything that’s on pallet 1 on the master tab, multiple part numbers can appear on the pallet sheet, I want the pallet tabs to return whatever is specific to the master tab

    I think I’m close, but for some reason is repeating data

    I need the pallets sheets return whatever I put on the master,


    Paul
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Vlookup (Headache)

    Since I assume that you will be continuously adding to the data in the 'Master' worksheet, I would make that data into a table.

    Then, in the 'Pallet 1' worksheet, you can use something like this:

    B3 =IFERROR(INDEX(Table1[[Part Number ]],SMALL(IF(Table1[Pallet]=1,ROW(Table1[Pallet])-(ROW(Master!$A$2)-1)),ROWS($A$1:$A1))),"") Ctrl Shift Enter
    C3 =IFERROR(INDEX(Table1[Description],SMALL(IF(Table1[Pallet]=1,ROW(Table1[Pallet])-(ROW(Master!$A$2)-1)),ROWS($A$1:$A1))),"") Ctrl Shift Enter
    D3 =IFERROR(INDEX(Table1[Reference],SMALL(IF(Table1[Pallet]=1,ROW(Table1[Pallet])-(ROW(Master!$A$2)-1)),ROWS($A$1:$A1))),"") Ctrl Shift Enter

    The formulas for the other worksheets will be the same except you will have to change 1 to 2 or 3, depending on which sheet you are on.

    See attachment for clarification.
    Attached Files Attached Files
    Last edited by 63falcondude; 10-16-2017 at 01:05 PM. Reason: Attachment

+ 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. Vlookup headache
    By Human2014 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-18-2016, 11:22 AM
  2. Vlookup headache formula
    By Human2014 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-08-2016, 05:44 PM
  3. Vlookup headache
    By Human2014 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-08-2016, 03:47 PM
  4. Fill in missing gaps in dates
    By wazimu13 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-13-2013, 10:43 AM
  5. what a headache please help
    By Crasher in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-28-2006, 07:02 PM
  6. [SOLVED] Vlookup Headache
    By Stressed Out!! in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-14-2005, 02:05 AM
  7. VLOOKUP Headache
    By [email protected] in forum Excel General
    Replies: 3
    Last Post: 02-14-2005, 04:06 PM

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