+ Reply to Thread
Results 1 to 11 of 11

Array formula? Populate tabs based on Master tab

  1. #1
    Registered User
    Join Date
    07-27-2010
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    41

    Question Array formula? Populate tabs based on Master tab

    Hi,

    I'm not sure what to use to populate multiple tabs based on information inputted into one tab. I think possibly an array?

    On the attached example I need all data for each Company to be pulled from the Master and populated in the appropriate tab. Essentially the end result is the master is populated and the other tabs automatically populate themselves.

    Is it possible?
    Attached Files Attached Files

  2. #2
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,873

    Re: Array formula? Populate tabs based on Master tab

    Will VBA be ok with you?
    Cheers!
    Deep Dave

  3. #3
    Registered User
    Join Date
    07-27-2010
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    41

    Re: Array formula? Populate tabs based on Master tab

    If that's the only way to do it?

  4. #4
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,873

    Re: Array formula? Populate tabs based on Master tab

    Nope.. can be done with an array formula too.. But then your sheet will always be flooded with formulas, but at the same time it will be real time.

  5. #5
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Array formula? Populate tabs based on Master tab

    Hi

    Try this in B8 of Company A sheet, this ARRAY formula. Copy down and across.

    =IFERROR(INDEX(Master!B$5:B$1000,SMALL(IF(Master!$E$5:$E$1000=$B$5,ROW(Master!B$5:B$1000)-4),ROW(Master!B1))),"")


    -- Array(CSE) { }, formulae are confirmed with Control+Shift+Enter.
    Not just Enter.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  6. #6
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Array formula? Populate tabs based on Master tab

    Regards!
    =DEC2HEX(3563)

    If you like someone's answer, click the star to give them a reputation point for that answer...

  7. #7
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,873

    Re: Array formula? Populate tabs based on Master tab

    Here!

    Commit by using Ctrl+Shift+Enter


    Please Login or Register  to view this content.

  8. #8
    Registered User
    Join Date
    07-27-2010
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    41

    Re: Array formula? Populate tabs based on Master tab

    All solutions are great. One more possible addition; Is their a way for the multiple tabs to update whilst clearing and repopulating the Master tab? i.e. starting the Master from fresh each time whilst storing the previously inputted data on the other tabs?

  9. #9
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Array formula? Populate tabs based on Master tab

    As my English are not so good not sure that i understand your question. Do you mean if you clear all the data from Master sheet and put new data there if the other tabs will get the new data?

  10. #10
    Registered User
    Join Date
    07-27-2010
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    41

    Re: Array formula? Populate tabs based on Master tab

    Yes, but also retain the old data.

  11. #11
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Array formula? Populate tabs based on Master tab

    Answer is no. If you delete the old data then you have no old data!!

+ 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. Break apart master into separate tabs based on name
    By WNErika in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-25-2012, 02:13 PM
  2. Need to populate summary tab based on other tabs
    By arlu1201 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-06-2011, 01:38 PM
  3. Need a master worksheet to populate based on other worksheets
    By slasch in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-23-2011, 07:48 AM
  4. Copy info from Master tab to other tabs based on conditions
    By nadiaraciti in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-23-2011, 05:53 AM
  5. Populate worksheets based on a master sheet
    By brownsatan in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-06-2006, 05:40 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