+ Reply to Thread
Results 1 to 3 of 3

Enter information on one sheet based on the information in another sheet in the same wkbk

Hybrid View

  1. #1
    Registered User
    Join Date
    07-18-2014
    Location
    Lexington, KY
    MS-Off Ver
    2007
    Posts
    29

    Enter information on one sheet based on the information in another sheet in the same wkbk

    From a roster of individuals, auto-populate other sheets from that roster based on their qualifications.

    'Roster' is a consolidated list of individuals with name, vehicle qualification and birthmonth. Based on the vehicle qualification in column B, I want the information to auto populate to the like named sheet (M or L).
    Attached Files Attached Files

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Enter information on one sheet based on the information in another sheet in the same w

    Hi

    In Roster!D2 use the auxiliar formula
    Formula: copy to clipboard
    =IF($B2="L",D1+1,D1)
    and copy to E2 and down

    In the sheet L!A3 use the formula
    Formula: copy to clipboard
    =IFERROR(INDEX(Roster!$A$2:$C$27,MATCH(ROW(A1),Roster!$D$2:$D$27,0),1),"")


    See the file qUESTION.xlsx

    Best regards

  3. #3
    Forum Contributor
    Join Date
    08-07-2015
    Location
    AB, Canada
    MS-Off Ver
    Excel 2013 x64
    Posts
    132

    Re: Enter information on one sheet based on the information in another sheet in the same w

    I've attached a solution for you. There is one major constraint with this solution method.

    *** It requires unique names. If there are any duplicate names this solution will not work. ***

    Let me know if your original dataset is formatted in such a way that it'll be impossible to work without having some duplicates.

    Hope this helps!

    edit: José has the better solution if you don't mind adding an extra column of data beside your original dataset.
    Attached Files Attached Files
    Last edited by ThirdFret; 08-19-2015 at 03:19 PM.

+ 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. Auto Complete Fields in Sheet 1 based on Sheet 2 information
    By Heather0240 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-09-2015, 02:19 PM
  2. Update table on another sheet with information on ACTIVE SHEET based on column search.
    By keelinglee in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-14-2014, 09:06 PM
  3. Macro to Pull information from one Excel Sheet based on information in another sheet
    By IwannabanExcelGod in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-20-2013, 02:11 PM
  4. Using User form to filter information based on information on sheet
    By nikadon in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-04-2013, 04:43 PM
  5. Enter a row of information into another sheet
    By sweetolebob in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-19-2012, 03:00 PM
  6. Pulling Information in seperate sheet based on data in current sheet
    By joekunin in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 06-03-2009, 05:06 AM
  7. Copy to another sheet-a UserForm to enter information
    By Binkx2001 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 11-23-2008, 06:44 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