Results 1 to 6 of 6

On-going list that that populates other worksheets with no duplication

Threaded View

  1. #4
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: On-going list that that populates other worksheets with no duplication

    Try this Array Formula on Sheet 1 in cell A4. Since this is an array formula so you need to confirm it with Ctrl+Shift+Enter instead of just Enter. (i.e. hold down the Ctrl+Shift and then press Enter)
    =IFERROR(INDEX('Master Log'!A$2:A$20,INDEX(ROW('Master Log'!$C$2:$F$20)-ROW('Master Log'!$C$2)+1,SMALL(IF(INDEX('Master Log'!$C$2:$F$20,0,MATCH("Sheet 1",'Master Log'!$C$1:$F$1,0))="X",ROW('Master Log'!$C$2:$F$20)-ROW('Master Log'!$C$2)+1),ROWS(A$4:A4)))),"")
    and then drag across and down.

    If this is what you are trying to achieve, for further sheets you need to change the sheet name in the formula. For ex. on sheet 2, change the sheet name in the formula inside the match function to sheet 2 and same for other sheets as well.

    For detail see the attached sheet.
    Attached Files Attached Files
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Drop down list that populates field
    By her.rockstar in forum Excel General
    Replies: 13
    Last Post: 01-21-2013, 01:36 PM
  2. [SOLVED] Finds End of List an Populates & Replaces Set
    By Camel in forum Excel General
    Replies: 3
    Last Post: 07-24-2012, 05:35 AM
  3. [SOLVED] Finds End of List an Populates
    By Camel in forum Excel General
    Replies: 6
    Last Post: 07-23-2012, 10:39 AM
  4. Data Valadition - one list populates another
    By jrtulare185 in forum Excel General
    Replies: 1
    Last Post: 11-09-2009, 08:46 PM
  5. Replies: 11
    Last Post: 04-07-2009, 04: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