I have a worksheet that has almost 500,000 lines of data. I want to sum up all the data for each day.
My dates are stored in the format dd/mm/yyyy and are in column M, my values to be summed up are in column H...
and my output should show in column N...
My code so far doesn't seem to work...