Part 1. How Many Rows
Is there an easy way to count how many times a value in one sheet appears in a column of another sheet?
Sheet #1
A cell in a column that is being checked may look like this:
Project #1 | ABS 100,ABS 102,CAR 144,ESP 332
Project #2 | ABS 102,SPE 344,SPE 422,STEM 300
Project #3 | AAY 320,ABS 102,SPE 344
In Sheet #2, I'd like to display how many rows that value appears. For example, if I enter "ABS 102" in Sheet #2, it would look at the column that includes the above three sample rows, and display "3", since ABS 102 appears in all three rows. If I enter "SPE 344", it would display "2".
Part 2. Which Projects
Related to this, in a different cell in Sheet #2, could it COLLECT the the programs in Sheet #1 that include that value? So, if I enter "ABS 102" in Sheet #2, it displays "Project #1, Project #2, Project #3" since it appears in all three rows in Sheet #1? For "SPE 344", it would display "Project #2, Project #3" since it only appears in those two rows?