I have 3 columns (A, B, C)
Columns A & B contain numbers -- each row containing a single digit, 1 through 6 (the numbers on a set of dice).
I need to figure out how many times Column's A & B match at the same time, for each specific set of matching dice numbers.
For example, matching dice can match these numbers (also called the "Hard Ways") 1,1 2,2 3,3 4,4 5,5 6,6
I need Excel to count how many times 1,1 occurred separate from when 2,2 occurred, and 3,3 and so on...
Any idea on how to do this?
Thank you!