Hi. I am by no means an expert, and I'd appreciate your help to solve what looks like a bug, but it may be my error.
I want to copy values from a column in one sheet to another sheet. For ease, I will call these sheets "Origin" and "Destination".
For example, I want the value in row 1 of a "Origin" to be the same value in row 1 of "Destination". Then I want the value in row 2 of "Origin" to be the value of row 2 in "Destination", and so on. I have 25 rows in "Origin".
In "Destination", I created a column that numbers the rows. The top row is "=1". Then under that I created a formula that adds 1 to the cell above, so I end up with numbers from 1 to 25.
I then created a new column in "Destination", where my data needs to be. I placed this formula in that column:
=INDEX({Project name}, RowCounter@row)
{Project name} references the column in "Origin" where my values are.
What is happening now is that my formula works almost, but for some reason that I cannot figure out, it skips some rows. The first cell in "Destination" correctly displays the first cell in "Origin". Then for some reason, the next row in "Destination", row 2, does not show the value from row 2 in "Origin". Instead, it skips to row 3. After that it works for several rows, and then some rows later, the formula again skips one value. This happens again later, with no pattern that I can see.
I can't make heads or tails of what is happening. Help please.