Increment date by 1 day

bobkap

Active Member
Joined
Nov 22, 2009
Messages
313
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
  3. Web
Scenario: I need to set up a spreadsheet for a person who doesn't use Excel much so teaching them how to even trigger a macro is probably over their head. So I "just" need an excel formula to do this:
Manually enter a date in one cell. Upon entering that date, the cells below auto-populate with the next date then the next etc.

I THINK I did this once before but I just cannot recall how to do it. OR, maybe there isn't a way?
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
If the cell getting the date entered in A1 then in A2, copied down as far as you want

Excel Formula:
=A1+1
 
Upvote 0
Do you mean like this in A2 and copied down
Excel Formula:
=IF(A1="","",A1+1)
 
Upvote 0
If the cell getting the date entered in A1 then in A2, copied down as far as you want

Excel Formula:
=A1+1
OMG!! THANKS!! I don't know why, but I thought it was probably some kind of complicated formula.
 
Upvote 0

Forum statistics

Threads
1,214,853
Messages
6,121,935
Members
449,056
Latest member
denissimo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top