Hi All,
I have a excel sheet of Raw Data, which shows the different sessions that have been delivered to various clients.
Each row contains the following information (There are additional fields too):-
Unique Client Reference Number;
Client Name;
Service Type (Clients can access up to 3 service types)
Nature (Type of session a client has had, up to 4 options)
Session Number (Client can access up to 4 sessions per Service Type)
Delivering Contractor (Up to 11 Contractors who could have delivered the service)
Area (We work in 10 Areas)
I can upload an anonymised version of the report if required.
From the report, I need to be able to show by Delivering Contractor and Area, how many unique clients have accessed the following:
* Had more than one Session
* Had more than one service type (And Display the Service Type)
* Total number of Unique Clients
* Total number of Unique Clients accessing only one service.
I can work out this information manually, however it takes days given the amount of data that we work with, and I would like to know if anyone knows of a VBA Script that would be able to work out such a query?
Thanks in Advance
Paul
I have a excel sheet of Raw Data, which shows the different sessions that have been delivered to various clients.
Each row contains the following information (There are additional fields too):-
Unique Client Reference Number;
Client Name;
Service Type (Clients can access up to 3 service types)
Nature (Type of session a client has had, up to 4 options)
Session Number (Client can access up to 4 sessions per Service Type)
Delivering Contractor (Up to 11 Contractors who could have delivered the service)
Area (We work in 10 Areas)
I can upload an anonymised version of the report if required.
From the report, I need to be able to show by Delivering Contractor and Area, how many unique clients have accessed the following:
* Had more than one Session
* Had more than one service type (And Display the Service Type)
* Total number of Unique Clients
* Total number of Unique Clients accessing only one service.
I can work out this information manually, however it takes days given the amount of data that we work with, and I would like to know if anyone knows of a VBA Script that would be able to work out such a query?
Thanks in Advance
Paul