I have a data set with multiple columns and roughly 1000 rows. I need to find out how many times certain combinations of columns can be found within the data set.
In my example below, columns A:B
represents the raw data set. In C2
I have a formula that finds all non-unique combinations from columns A:B
. What I need is a formula that counts how many times combinations in columns C:D
are found within columns A:B
. The desired output should be in ColE
.