Hi,
I need help with a formula please! I have an excel sheet with multiple tabs. So on sheet 1 I have all master data and on sheet 2, I break out a section of the data. In the example below, we are looking at the master data and on sheet two, I need to pull all books that have at least one "yes" over and it needs to show the corresponding code. For example, I'm looking for all codes (TSS, RML, LOO, BDG, TRR, SMS, APP) that the books apply to.
Master Data - "Books" is Column A.
[TABLE="width: 907"]
<tbody>[TR]
[TD]Books
[/TD]
[TD]Data
[/TD]
[TD]Facts
[/TD]
[TD]TSS
[/TD]
[TD]RML
[/TD]
[TD]LOO
[/TD]
[TD]BDG
[/TD]
[TD]TRR
[/TD]
[TD]SMS
[/TD]
[TD]APP
[/TD]
[/TR]
[TR]
[TD]Transfer
[/TD]
[TD]PlaceHolder
[/TD]
[TD]PlaceHolder
[/TD]
[TD]Yes
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[TD]Yes
[/TD]
[TD]Yes
[/TD]
[TD]No
[/TD]
[/TR]
[TR]
[TD]Regulation
[/TD]
[TD]PlaceHolder
[/TD]
[TD]PlaceHolder
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[/TR]
[TR]
[TD]Control
[/TD]
[TD]PlaceHolder
[/TD]
[TD]PlaceHolder
[/TD]
[TD]No
[/TD]
[TD]Yes
[/TD]
[TD]Yes
[/TD]
[TD]Yes
[/TD]
[TD]Yes
[/TD]
[TD]No
[/TD]
[TD]Yes
[/TD]
[/TR]
[TR]
[TD]-
[/TD]
[TD]-
[/TD]
[TD]PlaceHolder
[/TD]
[TD]No
[/TD]
[TD]Yes
[/TD]
[TD]Yes
[/TD]
[TD]Yes
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[/TR]
</tbody>[/TABLE]
Here is an example of what I need the formula to do on another tab of the workbook. The formula needs to be such that whenever the master information is updated, this other tab with automatically update. So below, each Book that contains a "yes" on the master sheet populates, showing which of the codes had a "yes". (CODES are columns D-J above)
[TABLE="width: 250"]
<tbody>[TR]
[TD]Books[/TD]
[TD]Codes [/TD]
[/TR]
[TR]
[TD]Transfer[/TD]
[TD]TSS[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]TRR[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]SMS[/TD]
[/TR]
[TR]
[TD]Control[/TD]
[TD]RML[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]LOO[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]BDG[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]TRR[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]APP[/TD]
[/TR]
[TR]
[TD]-[/TD]
[TD]RML[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]LOO[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]BDG[/TD]
[/TR]
</tbody><colgroup><col><col></colgroup>[/TABLE]
Sorry If I'm not explaining this well. I hope someone can help!
Thanks!
I need help with a formula please! I have an excel sheet with multiple tabs. So on sheet 1 I have all master data and on sheet 2, I break out a section of the data. In the example below, we are looking at the master data and on sheet two, I need to pull all books that have at least one "yes" over and it needs to show the corresponding code. For example, I'm looking for all codes (TSS, RML, LOO, BDG, TRR, SMS, APP) that the books apply to.
Master Data - "Books" is Column A.
[TABLE="width: 907"]
<tbody>[TR]
[TD]Books
[/TD]
[TD]Data
[/TD]
[TD]Facts
[/TD]
[TD]TSS
[/TD]
[TD]RML
[/TD]
[TD]LOO
[/TD]
[TD]BDG
[/TD]
[TD]TRR
[/TD]
[TD]SMS
[/TD]
[TD]APP
[/TD]
[/TR]
[TR]
[TD]Transfer
[/TD]
[TD]PlaceHolder
[/TD]
[TD]PlaceHolder
[/TD]
[TD]Yes
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[TD]Yes
[/TD]
[TD]Yes
[/TD]
[TD]No
[/TD]
[/TR]
[TR]
[TD]Regulation
[/TD]
[TD]PlaceHolder
[/TD]
[TD]PlaceHolder
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[/TR]
[TR]
[TD]Control
[/TD]
[TD]PlaceHolder
[/TD]
[TD]PlaceHolder
[/TD]
[TD]No
[/TD]
[TD]Yes
[/TD]
[TD]Yes
[/TD]
[TD]Yes
[/TD]
[TD]Yes
[/TD]
[TD]No
[/TD]
[TD]Yes
[/TD]
[/TR]
[TR]
[TD]-
[/TD]
[TD]-
[/TD]
[TD]PlaceHolder
[/TD]
[TD]No
[/TD]
[TD]Yes
[/TD]
[TD]Yes
[/TD]
[TD]Yes
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[TD]No
[/TD]
[/TR]
</tbody>[/TABLE]
Here is an example of what I need the formula to do on another tab of the workbook. The formula needs to be such that whenever the master information is updated, this other tab with automatically update. So below, each Book that contains a "yes" on the master sheet populates, showing which of the codes had a "yes". (CODES are columns D-J above)
[TABLE="width: 250"]
<tbody>[TR]
[TD]Books[/TD]
[TD]Codes [/TD]
[/TR]
[TR]
[TD]Transfer[/TD]
[TD]TSS[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]TRR[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]SMS[/TD]
[/TR]
[TR]
[TD]Control[/TD]
[TD]RML[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]LOO[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]BDG[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]TRR[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]APP[/TD]
[/TR]
[TR]
[TD]-[/TD]
[TD]RML[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]LOO[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]BDG[/TD]
[/TR]
</tbody><colgroup><col><col></colgroup>[/TABLE]
Sorry If I'm not explaining this well. I hope someone can help!
Thanks!