I have a spreadsheet with a column that looks like this:
It has 15 items that repeat itself in that column. The other data in other columns match up with these 15 items. I want to extend COLUMN to 23 items. How do I do that and keep the information in the other keep matching up to the first 15 items
COLUMN A COLUMN B COLUMN C
40 0 1
41 0 1
42 0 1
43 0 1
44 0 1
45 0 1
46 0 1
47 0 1
48 0 1
49 0 1
50 0 1
51 0 1
52 0 1
53 0 1
54 0 1
40 2 2
41 2 2
42 2 2
43 2 2
44 2 2
45 2 2
46 2 2
47 2 2
48 2 2
49 2 2
50 2 2
51 2 2
52 2 2
53 2 2
54 2 2
40 3 3
41 3 3
42 3 3
43 3 3
44 3 3
45 3 3
46 3 3
47 3 3
48 3 3
49 3 3
50 3 3
51 3 3
52 3 3
53 3 3
54 3 3
It has 15 items that repeat itself in that column. The other data in other columns match up with these 15 items. I want to extend COLUMN to 23 items. How do I do that and keep the information in the other keep matching up to the first 15 items
COLUMN A COLUMN B COLUMN C
40 0 1
41 0 1
42 0 1
43 0 1
44 0 1
45 0 1
46 0 1
47 0 1
48 0 1
49 0 1
50 0 1
51 0 1
52 0 1
53 0 1
54 0 1
40 2 2
41 2 2
42 2 2
43 2 2
44 2 2
45 2 2
46 2 2
47 2 2
48 2 2
49 2 2
50 2 2
51 2 2
52 2 2
53 2 2
54 2 2
40 3 3
41 3 3
42 3 3
43 3 3
44 3 3
45 3 3
46 3 3
47 3 3
48 3 3
49 3 3
50 3 3
51 3 3
52 3 3
53 3 3
54 3 3