Hi all,
I have cost centers in column A, and corresponding account codes in column B. I want to know how many different pairs are there, for each cost center and accounting codes.
So something like,
=IF(SUMPRODUCT(($A$1:A1000=A1)*($B$1:B1000)),…
Thanks