Automatic alternating dates entry

Usercode

Board Regular
Joined
Aug 18, 2017
Messages
107
Office Version
  1. 2016
Platform
  1. Windows
In excel, I can enter the date lets say in A1 = 07/13/2018, and in A2 I can enter A1+3 etc to get 07/16/2016 and copy down the cell as i need. So I won't need to enter dates manually every time for scheduled events.

Is there a way to do this with two dates? Lets say I start with A1 = 07/13/2018, as I copy down every time, the first next cell will +3, and the next copy down it will be +5, and the next will be +3, and then +5 again etc. it will go on like this.
How can I do this? Thanks.
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
yea simply add the 2nd condition in your selction before copying down the column

so do this

A
107/13/18
2=A1+3
3=A2+5
4

<tbody>
</tbody>

Then highlight A2:A3 and drag that selection downward
 
Last edited:
Upvote 0
yes, this works. Is there an alternative method? because I'm going upwards, and adding rows as I need.
 
Upvote 0

Forum statistics

Threads
1,215,466
Messages
6,124,983
Members
449,201
Latest member
Lunzwe73

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