May data looks like
A B C
Time Calls Feed Type
1230 100 Triple
I've written a macro that finds the Triple in column C then copies the entire row and inserts the row 2 times below as listed.
A B C
Time Calls Feed Type
1230 100 Triple
1230 100 Triple
1230 100 Triple
I'd like to write a macro that changes the time in A3 to 1430 and the value of A4 to 1530. Always 120 minutes and 180 minutes more than the first Triple row.
Then I'd like to a second Macro to Replace B2 with 60, B3 and B4 with 20 and 20 (basically splitting the original call volume in a 60:20:20 ratio).
A B C
Time Calls Feed Type
1230 100 Triple
I've written a macro that finds the Triple in column C then copies the entire row and inserts the row 2 times below as listed.
A B C
Time Calls Feed Type
1230 100 Triple
1230 100 Triple
1230 100 Triple
I'd like to write a macro that changes the time in A3 to 1430 and the value of A4 to 1530. Always 120 minutes and 180 minutes more than the first Triple row.
Then I'd like to a second Macro to Replace B2 with 60, B3 and B4 with 20 and 20 (basically splitting the original call volume in a 60:20:20 ratio).