Hi
I know that countif questions are amongst the most common, but I have searched for an answer and still can't work it out.
I have a column with a list of employers(A) and in col B they show if they get paid weekly or monthly.
A B
Alex M
Alex M
Alex W
John W
Paul M
Paul M
Paul M
Paul W
Sipho W
I want a formula to count how many times Paul pays people monthly (M).
I.e. 3.
So it should look like this:
A B C
Person Monthly(M) Weekly (w)
Alex 2 3
John 0 1
Paul 3 1
Sipho 0 1
I use an autofilter to remove the duplicate names.
Any ideas what countif,dcounta, or array forumla I can use to do this?
Regards
Alex
Bookmarks