+ Reply to Thread
Results 1 to 7 of 7

AUTOMATICALLY POPULATE CELLS ON ONE PAGE (tab) FROM INFORMATION ON ANOTHER PAGE (tab)

  1. #1
    Registered User
    Join Date
    12-26-2009
    Location
    Richmond, North Yorkshire
    MS-Off Ver
    2017
    Posts
    83

    AUTOMATICALLY POPULATE CELLS ON ONE PAGE (tab) FROM INFORMATION ON ANOTHER PAGE (tab)

    I want to be able to enter details on a page (tab) and then, as I type in details on another page, have them automatically populate as soon as it recognises that the information is on the other page (TAB)

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

    Re: AUTOMATICALLY POPULATE CELLS ON ONE PAGE (tab) FROM INFORMATION ON ANOTHER PAGE (tab)

    It would help if you attached a sample Excel workbook, so we could have a clear idea of how your data is laid out and what you want to copy over to the second sheet..

    To do this, click on Go Advanced (below the Edit Window) while you are composing a reply, then scroll down to and click on Manage Attachments and the Upload window will open. Click on Browse and navigate to (and double-click) the file icon that you want to attach, then click on Upload and then on Close this Window to return to the Edit window. When you have finished composing your post, click on Submit Post. Do NOT try to use the Paperclip icon, as it doesn't work on this forum.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    12-26-2009
    Location
    Richmond, North Yorkshire
    MS-Off Ver
    2017
    Posts
    83

    Re: AUTOMATICALLY POPULATE CELLS ON ONE PAGE (tab) FROM INFORMATION ON ANOTHER PAGE (tab)

    OK, so I have shown a page with details of members on it (all made up, not real for this purpose).

    Now, I want to be able to start to type the name on SHEET 1, or any other sheet in the workbook, and have it auto-populate all the details once it recognises a match.

    Example should be attached.
    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
    25,426

    Re: AUTOMATICALLY POPULATE CELLS ON ONE PAGE (tab) FROM INFORMATION ON ANOTHER PAGE (tab)

    If you mean that you want to start typing F and it will immediately recognise Fred, then Debra Dalgleish shows how you can do that with Data Validation using a Combo box - here's the link:

    https://www.contextures.com/xlDataVal10.html

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    12-26-2009
    Location
    Richmond, North Yorkshire
    MS-Off Ver
    2017
    Posts
    83

    Re: AUTOMATICALLY POPULATE CELLS ON ONE PAGE (tab) FROM INFORMATION ON ANOTHER PAGE (tab)

    Hi Pete, thanks for trying to help me.
    However, either I am misunderstanding you or you are misunderstanding.

    You know when you type something in Excel and it will autocomplete the cell if that entry is elsewhere on the page?
    Well, I want that to happen when the information is on a different page.

    So, first of all I type in the details of my members on to a page, This will be name, phone number. email address etc. etc.

    I then open another page to sign them in when they arrive for a meeting.

    So that I don't have to type their details in again, because I already have them on another page, I want to be able to start to type in their name and for excel to recognise the entry on my Members Page list and enter it for me; does that make sense?

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

    Re: AUTOMATICALLY POPULATE CELLS ON ONE PAGE (tab) FROM INFORMATION ON ANOTHER PAGE (tab)

    You can't have AutoComplete from another sheet (unless you use a combo box with a named range, as described by that article), which is what I thought you were asking for, so if you are prepared to enter the name, then allowing for headers in row 1, and using column A for the names (from A2 down), you can use this formula in B2:

    =IFERROR(VLOOKUP($A2,'MEMBERS DATABASE'!$A:$D,COLUMNS($A:B),0)&"","")

    Copy this across into C2 and D2, then copy all three formulae down as far as you like.

    Enter a name in A2, A3, A4 etc., and the other details will be displayed.

    Hope this helps.

    Pete

  7. #7
    Registered User
    Join Date
    12-26-2009
    Location
    Richmond, North Yorkshire
    MS-Off Ver
    2017
    Posts
    83

    Re: AUTOMATICALLY POPULATE CELLS ON ONE PAGE (tab) FROM INFORMATION ON ANOTHER PAGE (tab)

    BRILLIANT!!! Now that is exactly what I wanted. Thank You so much.

+ 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. Replies: 3
    Last Post: 10-30-2017, 12:41 AM
  2. [SOLVED] linking cells from different page to automatically populate from a drop down box
    By ladylulu in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-12-2017, 08:10 AM
  3. Enter data on 1 page and automatically populate other worksheets?
    By buddyhackit9 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-27-2016, 10:06 PM
  4. Replies: 2
    Last Post: 01-16-2016, 03:26 PM
  5. Yes/no drop down list needs to populate a contents page with matching page numbers
    By limebaish in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-19-2013, 02:46 PM
  6. Extracting Information from Past Page and Listing it on Different Page
    By gibbstom13 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-01-2012, 04:00 PM
  7. Replies: 1
    Last Post: 12-15-2005, 12:30 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