A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
it has a list of options. The only one not greyed out is copy text
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to put consecutive dates in excel
I manually type in 3 consecutive date dates
When i use the drag handle to continue the consecutive date it is just repeating the dates.
How do I fix this please
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
it has a list of options. The only one not greyed out is copy text
Where and how do i put =SEQUENCE(30,,today0,1)
it has a list of options. The only one not greyed out is copy text
I suspect your dates aren't recognized as such. When you enter a real date value in a cell you can just pull it down or across and Excel will automatically increment the dates for you. Can you show exactly what you entered in the three cells you mentioned?
Since you seem to have MS365, you could, for example, also try this:
=SEQUENCE(30,,TODAY(),1)
This will spill a sequence of 30 date values as from today. Format as Date afterwards.