Hello, I'm trying to figure out how to find % commonality between cells within the same column.
For example: Take the list below, I want to find what % do each of the services share:
Tree Service received 4 requests (A,B,C,D) and it has a 50% commonality with House (both serviced Request A,
, 75% commonality with Lawn (A, C,D) and a 50% commonality with Carpet (B,D).
Then I want to filter these commonalities to answer this question: Which service worked on 75% of the same requests as the Tree service- the answer being "Lawn"

Thank you!