+ Reply to Thread
Results 1 to 9 of 9

Creating a Excel Sheet that auto populates based on data entered on a previous sheet

  1. #1
    Registered User
    Join Date
    11-12-2013
    Location
    decoctionibcompl
    MS-Off Ver
    O365
    Posts
    7

    Creating a Excel Sheet that auto populates based on data entered on a previous sheet

    Hey all,

    So I trying to figure something out for work. We use an excel workbook for our final reports. One of the sheets is called "snapshot" of the audit that we performed and it includes a location that we type in (but I am okay if we have to use a drop down to select). A second sheet that we use is our "Distribution List" which is who we are sending the report to.

    Based on the location entered in the location section on the "Snapshot" sheet, we would like the "Distribution List" to auto populate based on the location (if it will auto format, that is a plus but I can work around that). See example below.

    "Snapshot"
    Location - ABC

    "Distribution List"

    John Doe - Director
    John Doe 1 - Compliance Manager
    John Doe 3 - Managing Director

    vs.

    "Snapshot"
    Location - DEF

    "Distribution List"
    CC: Jane Doe - Director
    Jane Doe 1 - Compliance Manager
    Jane Doe 2 - Managing Director
    Jane Doe 3 - Vice President
    Attached Files Attached Files
    Last edited by lewisjustind; 03-18-2020 at 05:03 PM. Reason: Adding an excel document to show what I want

  2. #2
    Banned User!
    Join Date
    02-26-2020
    Location
    US
    MS-Off Ver
    2010
    Posts
    157

    Re: Creating a Excel Sheet that auto populates based on data entered on a previous sheet

    Please attach sample workbook with what you expect thanks.

  3. #3
    Registered User
    Join Date
    11-12-2013
    Location
    decoctionibcompl
    MS-Off Ver
    O365
    Posts
    7

    Re: Creating a Excel Sheet that auto populates based on data entered on a previous sheet

    I added an attachment

  4. #4
    Registered User
    Join Date
    11-12-2013
    Location
    decoctionibcompl
    MS-Off Ver
    O365
    Posts
    7

    Re: Creating a Excel Sheet that auto populates based on data entered on a previous sheet

    Quote Originally Posted by RChad View Post
    Please attach sample workbook with what you expect thanks.
    I added the attachment. Sorry about that.

  5. #5
    Banned User!
    Join Date
    02-26-2020
    Location
    US
    MS-Off Ver
    2010
    Posts
    157

    Re: Creating a Excel Sheet that auto populates based on data entered on a previous sheet

    Your entered data has no connection to be located in the 2nd sheet. I suggest you enter data in the first sheet and manually enter that data in the 2nd sheet. Highlight the area in the 2nd sheet where you want the formulas that will accomplish your request.

    Thanks

  6. #6
    Registered User
    Join Date
    11-12-2013
    Location
    decoctionibcompl
    MS-Off Ver
    O365
    Posts
    7

    Re: Creating a Excel Sheet that auto populates based on data entered on a previous sheet

    I think I just uploaded what you were asking. Can you confirm?
    Attached Files Attached Files

  7. #7
    Banned User!
    Join Date
    02-26-2020
    Location
    US
    MS-Off Ver
    2010
    Posts
    157

    Re: Creating a Excel Sheet that auto populates based on data entered on a previous sheet

    The information that auto populates has to come from somewhere. For instance you have the data on a third sheet that has the matching cell from the first sheet. When you enter a value in the cell the sheet fills with a formula.

    See the attached workbook. On the 2nd sheet if you fill in a name the formulas pull their information from the 1st sheet.

  8. #8
    Registered User
    Join Date
    11-12-2013
    Location
    decoctionibcompl
    MS-Off Ver
    O365
    Posts
    7

    Re: Creating a Excel Sheet that auto populates based on data entered on a previous sheet

    Quote Originally Posted by RChad View Post
    The information that auto populates has to come from somewhere. For instance you have the data on a third sheet that has the matching cell from the first sheet. When you enter a value in the cell the sheet fills with a formula.

    See the attached workbook. On the 2nd sheet if you fill in a name the formulas pull their information from the 1st sheet.
    I really appreciate this. I am having a little difficulty understanding the formula. I am uploading a new document "scenario 2.0" to see if your solution could help me with what I am looking for.

    Justin
    Attached Files Attached Files

  9. #9
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,548

    Re: Creating a Excel Sheet that auto populates based on data entered on a previous sheet

    Perhaps the following will help.
    1. Populate C2:C8 using the column headers from Sheet 1
    2. Populate B2:B8 using: =INDEX(Sheet1!B$2:H$8,MATCH('Audit Snapshot'!D$4,Sheet1!A$2:A$8,0),MATCH(C2,Sheet1!B$1:H$1,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.

+ 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] Auto-Populate Monthly tabs from based upon data entered on aggregate data sheet
    By Ndavids1 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 05-07-2019, 02:28 PM
  2. Creating an order form that populates automatically from inventory sheet
    By grumpylabtech in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-31-2018, 12:59 PM
  3. Creating a filtered sheet based on a previous sheet.
    By halabis in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-16-2017, 04:44 PM
  4. Auto populates data on another sheet from master worksheet
    By hunglytummy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-20-2014, 08:00 AM
  5. [SOLVED] VBA to Auto Populate the “AutoPopulate” sheet as data is being entered in EnterData sheet
    By bjnockle in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-13-2014, 09:10 AM
  6. creating new work sheet from data entered in a column
    By glenlaw in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-08-2013, 05:29 PM
  7. Replies: 2
    Last Post: 03-24-2011, 11:43 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