I am using an Index & Match formula (=INDEX('Master Log'!B:B,MATCH("X",'Master Log'!$C:$C,0)))which has helped me, but I have a more complex list I am trying to create. I have a list "Master Log" on sheet one where I have a running list that will continually be updated. That list goes vertically, horizontally is a list of the other sheets in the workbook that a change in the list would apply to. What I am trying to create is that when I add something to the master list and put an "X" under the column of the affected worksheet, that when I go to that affected worksheet, the information that was added to the "Master Log" is populated on a list for that worksheet. The goal would be to skip any information that doesn't have an "X" for that specific worksheet, and not duplicate any entry's from the "Master Log". This is roughly what my "Master Log" looks like (table 1). This would be a running list that would be added to over time. I would like Sheet 1 in my workbook to generate a list with only the entries on 5/1/14, 5/3/14, and 5/8/14 in the example below (table 2). Any help is appreciated.
Date Change Made Sheet 1 Sheet 2 Sheet 3
5/1/14 Test 1 X
5/2/14 Test 2
5/2/14 Test 3
5/3/14 Test 4 X
5/5/14 Test 5
5/8/14 Test 6
5/8/14 Test 7 X
Sheet 1:
Date Change Made
5/1/14 Test 1
5/3/14 Test 4
5/8/14 Test 7
Bookmarks