At first sight, it seems like an easy issue for me. But after extensive googling, I just can't seem to find the solution to this particular issue. The issue being: I have a table of data. But for some of the columns, Excel keeps on replicating the value I enter in a single cell to all the other cells in the column. How can I stop Excel from doing that?
I found it a bit difficult to describe in detail without the chance of misinterpretation so I uploaded a video on youtube that shows it clearly: https://youtu.be/fabdeyKgH5c
As you can see, at the start, there's a formula in the last column. But for the sake of illustration, I just give the first row in the column the value of 5. Rows 6 and 7 also change into 5. I change it into 3, everything changes into 3. Same with the value of 1.
Works with the formulae as well. For example, the column K (dagen in periode / days in period) is supposed to count the number of days for the period between the values in column C and D. Right now, it works, because 243 is the right answer for the first row of the table (row 5). But it replicates the answer for rows 6 en 7, which is false.
The formula in the cells of column K is: =DAYS([@Eind];[@Begin])+1 When I click the cell in column K of row 7, and affirm the formula using Enter, all three values in the column will show the result that is supposed to be specific for row 7.
If you guys have any idea, please let me know. Pretty much stuck with my project right now. Would be greatly appreciated!