I\'ve an excel spreadsheet with a column which has the date and time of a particular event. I would like to round this to the nearest 15 minute interval so that I can count
mround takes time values as strings, so you can use
=mround(a1,"0:15")
which I think is the shortest and clearest method.