I'm trying to run a macro that runs the following formula when a cell is clicked and populates it with the rounded figure:
= Round((A1 + "0:02") * 96, 0) / 96
This takes the time from A1 and rounds it to the nearest 15 mins.
The range of cells that can be clicked for this are D5:X46.