I have a spreadsheet that I want to keep track of the number of times that something occurs...
Column A
Dog
Cat
Fish
Column B
House
Work
Backyard
In the spreadsheet, I want to track the number of times that Dog+House occur together and add that number to a cell within the spreadsheet. What is the calculation that I would need for each cell?
Same goes for Dog+Work, or Dog+Backyard, or Cat+Work, etc.
Column A
Dog
Cat
Fish
Column B
House
Work
Backyard
In the spreadsheet, I want to track the number of times that Dog+House occur together and add that number to a cell within the spreadsheet. What is the calculation that I would need for each cell?
Same goes for Dog+Work, or Dog+Backyard, or Cat+Work, etc.