I have a table which handles timesheets. One column is for weekending dates, next column is name and third is hours worked.
W/E Name Hours
25/05/2017 J. Smith 37.5
18/05/2017 J. Smith 37.5
25/07/2017 J. Smith 37.5
25/07/2017 D. Bloggs 20
25/07/2017 D. Bloggs 10
25/07/2017 D. Bloggs 7.5
I need to find how many unique timesheets I have. So based on the above, I have 3 timesheets from J Smith but only 1 timesheet from D Bloggs, albeit split into 3. So my total unique timesheets is 4.
Can anyone recommend a good way, formula or function that would get this done without deleting or editing my data manually?