I imported several thousand rows of data into Excel, and while one element represented one row, I had to change each element so that 11 rows represented the same element identifier.
For instance: -
Original
63 --->data 64 --->data 65 --->data
Current
63 --->data 63 --->data 63 --->data 63 --->data 63 --->data 63 --->data 63 --->data 63 --->data 63 --->data 63 --->data 63 --->data 64 --->data 64 --->data 64 --->data 64 --->data 64 --->data 64 --->data 64 --->data 64 --->data 64 --->data 64 --->data 64 --->data
(you get the idea) ...
However, because of the formula that I used to fill in the extra 10 rows per element, I remain with the same identifier in column A as all the rows on which the formula is based.
I am looking for a formula that will automatically increment cell values, but only every 11 rows, so that I can click and drag column A and it will fill in the same identifier for 11 rows and then automatically increase (+1) and fill in the next 11 rows .
I tried several options to no avail. Thanks.
EDIT
Here is an example of what I have and want to simplify: -
ABCDEF 79 <--already correct id 79 <--already correct id 79 <--already correct id 79 <--already correct id 79 <--already correct id 79 <--already correct id 79 <--already correct id 79 <--already correct id 79 <--already correct id 79 <--already correct id 79 <--already correct id 80 <--already correct id 80 <--already correct id 80 <--already correct id 80 <--already correct id 80 <--already correct id 80 <--already correct id 80 <--already correct id 80 <--already correct id 80 <--already correct id 80 <--already correct id 80 <--already correct id 58 <-- needs to be changes to 81 57 <-- needs to be changes to 81 57 <-- needs to be changes to 81 57 <-- needs to be changes to 81 57 <-- needs to be changes to 81 57 <-- needs to be changes to 81 57 <-- needs to be changes to 81 57 <-- needs to be changes to 81 57 <-- needs to be changes to 81 57 <-- needs to be changes to 81 57 <-- needs to be changes to 81 58 <-- needs to be changes to 82 57 <-- needs to be changes to 82 57 <-- needs to be changes to 82 57 <-- needs to be changes to 82 57 <-- needs to be changes to 82 57 <-- needs to be changes to 82 57 <-- needs to be changes to 82 57 <-- needs to be changes to 82 57 <-- needs to be changes to 82 57 <-- needs to be changes to 82 57 <-- needs to be changes to 82
There are thousands of such lines ...
source share