excelusername
New Member
- Joined
- Nov 23, 2017
- Messages
- 3
If I have a table like this, that's like an audit table of dates users run reports.
Report User Date
Fin Fred 1/2/2018
Fin Fred 2/2/2018
Fin John 1/2/2018
HR Fred 3/2/2018
HR Fred 4/2/2018
HR Steve 4/2/2018
HR Jane 4/2/2018
And I want to calculate the number of Users that have used each report, to produce
Report #Users
Fin 2
HR 3
Or number of users that have used each report each day
Report Date #Users
Fin 1/2/2018 2
Fin 2/2/2018 1
HR 3/2/2018 1
HR 4/2/2018 3
All help much appreciated! Thanks
Report User Date
Fin Fred 1/2/2018
Fin Fred 2/2/2018
Fin John 1/2/2018
HR Fred 3/2/2018
HR Fred 4/2/2018
HR Steve 4/2/2018
HR Jane 4/2/2018
And I want to calculate the number of Users that have used each report, to produce
Report #Users
Fin 2
HR 3
Or number of users that have used each report each day
Report Date #Users
Fin 1/2/2018 2
Fin 2/2/2018 1
HR 3/2/2018 1
HR 4/2/2018 3
All help much appreciated! Thanks