Results 1 to 11 of 11

Auto populate packing list from separate worksheet

Threaded View

  1. #7
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    19,043

    Re: Auto populate packing list from separate worksheet

    The column for the ID number may be populated using:
    Formula: copy to clipboard
    =IFERROR(INDEX(Employees!G$2:G$13,AGGREGATE(15,6,(ROW($2:$13)-1)/(Employees!$A$2:$A$13=$H$7),ROW(1:1))),"")

    The rest of the columns (after undoing the merge and center for Pins) are populated using:
    Formula: copy to clipboard
    =IF($A18="","",INDEX(Employees!B$2:B$13,MATCH($A18,Employees!$G$2:$G$13,0)))

    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Auto-Populate Data From Master List to Separate Sheets When Two Criteria's Are Met
    By centibttrfly in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 03-09-2014, 11:18 AM
  2. Replies: 16
    Last Post: 12-23-2013, 12:04 AM
  3. Auto Populate separate sheets?
    By bigjimslim in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-19-2013, 09:29 AM
  4. Replies: 6
    Last Post: 08-16-2012, 10:02 AM
  5. Replies: 3
    Last Post: 02-28-2012, 11:54 AM
  6. Auto populate data from multiple cells on separate worksheet
    By Talance in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-01-2011, 07:19 PM
  7. Replies: 2
    Last Post: 08-04-2010, 07:36 PM
  8. Auto-populate receipt numbers from a separate worksheet
    By jsmithogslp in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-25-2010, 02:24 PM

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