Countif problem

  • Thread starter Thread starter shano
  • Start date Start date
S

shano

I have 2 columns in a database. One has a list of dates the other a
list of names. I can't figure out how to sort how many instances that
name correspondes with a date.

Example:

11/01 Adam
11/01 Adam
11/03 Adam
11/04 Steve

What I am looking for is 11/01 Adam 2, 11/03 Adam 1, 11/04 Steve 1
 
Back
Top