Count duplicates

I am sure this is simple.

I have a table of reports that contain the email address of someone being reported. I want to count multiple instances of reports containing the same email address.

Help??

Create a relation linking the email to itself. Then create a Rollup counting the number of items in the relation.

Thanks!! Struggled for some reason, but all OK now