[Solved] Add days to a date

Discuss the spreadsheet application
Locked
cicade
Posts: 41
Joined: Tue Nov 27, 2007 9:05 am
Location: Netherlands

[Solved] Add days to a date

Post by cicade »

want to make a series of dates with 14 days between.
so i put in cel b1 date 01-01-2007
then I want in cell b2 to add 14 days (something like =b1+14) but this will not help.
how to add days to a date?
Cicade
Last edited by MrProgrammer on Mon Sep 23, 2024 6:23 pm, edited 1 time in total.
Reason: Tagged ✓ [Solved] -- MrProgrammer, forum moderator
OOo 3.0.X on Mac OSx Leopard + Ubuntu, Win XP
User avatar
probe1
Volunteer
Posts: 277
Joined: Mon Oct 08, 2007 1:34 am
Location: Chonburi Thailand

Re: how to add days to a date

Post by probe1 »

B2 = B1 + 14 WFM (2.3.1 / Windows), if B1 contains a valid date

Another way:
select the range to fill (including your start date), choose Edit>Fill>Series...
set increment to: 14
set time unit to: Day
hit OK button

Can you make it so?
Cheers
Winfried

DateTime2 extension: insert date, time or timestamp, formatted to your needs
cicade
Posts: 41
Joined: Tue Nov 27, 2007 9:05 am
Location: Netherlands

Re: how to add days to a date

Post by cicade »

thanks, very good.
OOo 3.0.X on Mac OSx Leopard + Ubuntu, Win XP
Locked