canthony24
Board Regular
- Joined
- Mar 24, 2016
- Messages
- 70
Looking to solve this issue I'm trying to figure out. I need a formula to return the count of suppliers that have "Y" in their respective column.
Here is a small subset of data:
A1 = Vendor Name B1 = Minority Supplier
A2 = Goya B2 = Y
A3 = Goya B3 = Y
A4 = Monaco B4 = N
A5 = Shasta B5 = Y
A6 = Nogales B6 = Y
Now, these could have duplicate lines, like A2:A3. So A2:A50 could be Goya and B2:B50 could have all "Y". I want to return just the specific number of Vendors that have Y. In that subset, the answer would be 3, not 4. I want to avoid a pivot table if possible.
Thanks for the help if possible!
Here is a small subset of data:
A1 = Vendor Name B1 = Minority Supplier
A2 = Goya B2 = Y
A3 = Goya B3 = Y
A4 = Monaco B4 = N
A5 = Shasta B5 = Y
A6 = Nogales B6 = Y
Now, these could have duplicate lines, like A2:A3. So A2:A50 could be Goya and B2:B50 could have all "Y". I want to return just the specific number of Vendors that have Y. In that subset, the answer would be 3, not 4. I want to avoid a pivot table if possible.
Thanks for the help if possible!