I have a table of over 2000 rows of ClientID's and the number of times they have used a particular service in each of 12 columns. I need to be able to see the column heading of the service that each Client has used most frequently over a certain period.
I have been able to obtain the MAX at the end of each row, but I need to be able to establish the percentage of Clients who use particular services most frequently.
E.g.
Client Svc1 Svc2 Svc3 Svc4 Svc5 Svc6 Svc7 Max SvcName
10000 12 23 4 7 0 5 13 23 ????????
10510 0 45 0 0 6 0 1 45 ????????
I have considered VLOOKUP but that doesn't work. Any suggestions would be appreciated.
I have been able to obtain the MAX at the end of each row, but I need to be able to establish the percentage of Clients who use particular services most frequently.
E.g.
Client Svc1 Svc2 Svc3 Svc4 Svc5 Svc6 Svc7 Max SvcName
10000 12 23 4 7 0 5 13 23 ????????
10510 0 45 0 0 6 0 1 45 ????????
I have considered VLOOKUP but that doesn't work. Any suggestions would be appreciated.