I have a table like the below:
Grocery Item Store 1 Store 2 Store 3 Store 4 Vendor 1 Vendor 2 Vendor 3 Vendor 4 Apple X X X X Orange X X X X Pear X X X Banana X X X X
And want to create a formula that will tell me if a Vendor has any fruits in each store. This would populate the table below with an X if true (do not need to know which fruit, just if it provides any fruit to that store).
Store 1 Store 2 Store 3 Store 4 Vendor 1 Vendor 2 Vendor 3 Vendor 4
For example, Vendor 1 in Stores 1, 2, and 3 = Yes, but Vendor 1 in Store 4 = No. Thanks for any help! I've attached an XLS of the above as well if that helps.
Bookmarks