I have a list of data, column A is a unique identifier, column B is a number. I already wrote a macro that every time the value in column A changes to insert three rows. I then manually go to column B and sum the total of the rows.
The number of rows for each unique identifier as well as the number of identifiers each day will be different. Any thoughts on the code to write to automatically sum the rows automatically?
The number of rows for each unique identifier as well as the number of identifiers each day will be different. Any thoughts on the code to write to automatically sum the rows automatically?