I'm trying to work out the maximum number of times a user has accessed the system in a day. There are different dates that they have accessed the system but on some days they have accessed the system more than once and I want to find the day with the highest number.
There are 4 columns: 1. Name (A) 2. Date (B) 3. Total Daily Accesses (C) 4. Highest number of times accessed in a day for each user (D)
I've copied in the formula below which isn't displaying the highest number of times accessed in a day:
=MAX(C:C,A)
If anyone could advise where I am going wrong, I'd really appreciate it.
Thanks