Code:
A B
1 Debit 3
2 Withdrawal 2
3 Credit 1
4 Withdrawal 2
5 Check 1
6 Debit 3
7 Debit 3
I have XP and Excel ver. 2003
In the above short example Column A has data consistent with the above
Cell B1 has the ancient tried and true formula =countif(A:A,index(A1,1,1))
and was dragged down to B7 Giving Column B results (a count of each unique transaction type)
My spreadsheet has near 4,000 rows so is there an easy sneaky trick to do the following without VBA?
Code:
A B C
1 Debit Debit 3
2 Withdrawal Withdrawal 2
3 Credit Credit 1
4 Withdrawal Check 1
5 Check
6 Debit
7 Debit
Thanks In advance
Tricia