Can't work out how to drag fill formula series.

caststone

New Member
Joined
Feb 3, 2015
Messages
17
I have a spreadsheet where the headers in each column are increments of todays date as below -

=today()
=today()+1
=today()+2
=today()+3

<tbody>
</tbody>

To extend this series across the worksheet I selected the last two cells and used the drag handle in the bottom right hand corner.

What actually happens:

=today()
=today()+1
=today()+2
=today()+3
=today()+2
=today()+3

<tbody>
</tbody>


What I thought would happen:

=today()
=today()+1
=today()+2
=today()+3
=today()+4
=today()+5

<tbody>
</tbody>



Does anyone please know why this isn't working or how I can easily extend the series?

Thank you
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().

FormR

MrExcel MVP
Joined
Aug 18, 2011
Messages
6,905
Office Version
  1. 365
Platform
  1. Windows
Hi, two possible options.

Option 1 - copy the C2 formula across.
Option 2 - copy the B3 formula across.


Excel 2013
ABCDEF
2Option 107/12/201608/12/201609/12/201610/12/201611/12/2016
3Option 207/12/201608/12/201609/12/201610/12/201611/12/2016
Sheet1
Cell Formulas
RangeFormula
B2=TODAY()
B3=TODAY()+COLUMNS($B3:B3)-1
C2=B2+1
 
Upvote 0

caststone

New Member
Joined
Feb 3, 2015
Messages
17
Oh my word - I feel silly now! That is such a simple solution. I went for option 2 and of course it worked perfectly.

Thank you very much for that!
 
Upvote 0

Forum statistics

Threads
1,191,165
Messages
5,985,034
Members
439,935
Latest member
Monty238

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
Top