Hello,
I'm not sure if I'm using the correct terminology, so please forgive me.

I have a spreadsheet with two tabs - Tab 1 has several columns: 1=data, 2=name, 3=date. Tab 2 is for tracking purposes - I have column 1 as the person's name, column 2 is counting the certain persons name from tab 1/column 2 (=COUNTIF(Master!F2:F2000,"*certain name*")).
Where I'm having issues is: I need a count of how many dates have been entered for a certain person in tab 2/column 3, from tab 1 column 3. I can get the formula to count the dates (=COUNTIF(Sheet1!R3:R2001,"="&DATE(2012,2,1))).
How do I combine the two formulas into one to get the end result below?

The end result should look like:
Certain name - claimed x amount - entered x dates in field

Thank you in advance for your help!