Hi, hoping one of you can help with my problem.
Basically I have a spreadsheet that I record every cycling trip I make. All of the data is on one sheet. In column A i have the date of the ride. In column J i have the name of the bike I used.
There is a seperate sheet called summary that gives me monthly totals.I.E. Miles, average speed etc.
Next to each month I would like excel to calculate the the bike that I used each month.
This formula tells me the bike I have used the most, but how do I get it to factor in the date and tell me which bike was used most in jan, which in feb etc.
=INDEX(Data!J3:J351,MODE(MATCH(Data!J3:J351,Data!J3:J351,0)))
Thanks in advance.
Basically I have a spreadsheet that I record every cycling trip I make. All of the data is on one sheet. In column A i have the date of the ride. In column J i have the name of the bike I used.
There is a seperate sheet called summary that gives me monthly totals.I.E. Miles, average speed etc.
Next to each month I would like excel to calculate the the bike that I used each month.
This formula tells me the bike I have used the most, but how do I get it to factor in the date and tell me which bike was used most in jan, which in feb etc.
=INDEX(Data!J3:J351,MODE(MATCH(Data!J3:J351,Data!J3:J351,0)))
Thanks in advance.