Count number of occurences in a list

  • Thread starter Thread starter Lucas Reece
  • Start date Start date
It sounds like you just need to use the COUNTIF function. Maybe
=COUNTIF(B2:B11,B13).

Ken
Norfolk, Va
 
Sorry. Can you try the link again please. I'm sure I have set it for
everyone to view and edit with login?!??
 
Not having a very good night here am I. That meant to say "I'm sure I
have set it for everyone to view and edit without having to login"
 
OK, that one worked...

Enter this formula in B14 and copy across to D14 then down to B16:D16:

=SUMPRODUCT(--($A$2:$A$11=$A14),--($B$2:$B$11=B$13))
 
Does anyone know the formula that will allow an "X" be placed in one column
and will enter a number in another column.
 
Back
Top