I want to use the MODE function to find the most common number given some other conditions.
I want to use the formulas below to find the most common and the second most common result in my set but I need to add some conditions first:
Cell C1
=MODE(D5:D5002)
&
Cell C2
{=MODE(IF(COUNTIF(C1,D5:D5002)=0,D5:D5002))}
What I want to do is also reference Column J to determine if the results from MODE, above, fall within a certain date range.
Cell A1 contains the starting date and Cell A2 contains the ending date.
Column D is all ID Numbers and Column J is the date they accessed the system.
I want to determine the employees that access the system the most over a date range.
Any help on how to do this would be great. Thanks