I have a column of data (A) like this:
1111
1231
1333
1112
1121
1122
1311
1333
And I have sets of these numbers which need to be COUNTIF'd they match each of the sets, for example:
1111, 1112
1221, 1321, 2432
3131, 2323
I need to get the total from column A of each set of the longer numbers. I...