I want to create a sequence of dates that populate a column.
A |
---|
2023-12-31 |
2023-12-30 |
2023-12-29 |
... |
Format Cell
is set to Date
.
Calculation Options
is set to Automatic
Enable fill handle and cell drag-and-drop
is enabled.
I have tried using a reference cell with the current date and then a formula, =$A$1-1; =$A$1-2; =$A$1-3; ...
, as this has worked for other types of values that had the same issue, to no avail.
If I manually enter the correct value in the first cell and then drag to fill, it duplicates this value in every cell.
2023-12-31
2023-12-31
2023-12-31
...
If I manually enter the correct values in the first two cells and then drag to fill, it duplicates both of these values in the same sequence.
2023-12-31
2023-12-30
2023-12-31
2023-12-30
2023-12-31
2023-12-30
...
So on and so forth.
Microsoft Office Home and Student 2021
N
stands for number, which is a common placeholder for numbers. I've edited the question nonetheless.=$A$1-1; =$A$1-2; =$A$1-3; ...,
in the cellA2
you could put the formula=A1-1
when you drag it down the column it will become{ A2-1; A3-1, A4-1; ...}