Hi all,
I'm trying to extract a list from a couple of columns.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]Documents[/TD]
[TD="align: center"]Required?[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]Form 1[/TD]
[TD="align: center"]Yes[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]Form 2[/TD]
[TD="align: center"]Yes[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]6[/TD]
[TD="align: center"]Form 3[/TD]
[TD="align: center"]No[/TD]
[/TR]
[TR]
[TD="align: center"]7[/TD]
[TD="align: center"][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
First column has a list of all the forms (one blank row after each form).
Column B indicated whether that form is required (I already made it a drop-down menu for Yes and No).
I'd also like to make sure no duplicates will be listed in case there are any duplicate forms. and also don't count any blanks since every other row is blank.
I'll be using this formula in another sheet to list only the form that are required (Basically say "Yes" in front of it).
Any help is much appreciated. Thank you.
I'm trying to extract a list from a couple of columns.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]Documents[/TD]
[TD="align: center"]Required?[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]Form 1[/TD]
[TD="align: center"]Yes[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]Form 2[/TD]
[TD="align: center"]Yes[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]6[/TD]
[TD="align: center"]Form 3[/TD]
[TD="align: center"]No[/TD]
[/TR]
[TR]
[TD="align: center"]7[/TD]
[TD="align: center"][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
First column has a list of all the forms (one blank row after each form).
Column B indicated whether that form is required (I already made it a drop-down menu for Yes and No).
I'd also like to make sure no duplicates will be listed in case there are any duplicate forms. and also don't count any blanks since every other row is blank.
I'll be using this formula in another sheet to list only the form that are required (Basically say "Yes" in front of it).
Any help is much appreciated. Thank you.