跳到主要内容

如何在Excel中将日期增加1个月,1年或7天?

在Excel中以升序或降序填充日期时,“自动填充”句柄非常方便。 但是默认情况下,日期会增加一天,如何将日期增加1个月,1年或7天,如下图所示?
第1个月的文档递增日期

使用Fill Series实用程序按月/年/ 7天递增日期

用公式添加迄今的月/年/日

使用 Kutools for Excel 添加迄今为止的月/年/日好主意3


使用Fill Series实用程序按月/年/ 7天递增日期

使用“填充系列”实用程序,可以将日期增加1个月,1年或一周。

1.选择一个空白单元格,然后输入开始日期。
第2个月的文档递增日期

2.选择一个范围,包括开始日期,然后单击 主页 > > 系列。 看截图:

第3个月的文档递增日期 第4个月的文档递增日期

3.在 系列 对话框中,执行以下选项。
第5个月的文档递增日期

1)按行或列确定填充范围

2)在类型部分检查日期

3)选择灌装单元

4)指定增量值

4。 点击 OK。 然后按月,年或天填写日期。
第1个月的文档递增日期


用公式添加迄今的月/年/日

如果要在一个或多个日期中添加月,年或日,则可以根据需要应用以下公式之一。

加上迄今为止的年份,例如,加上3年,请使用公式:

= DATE(YEAR(A2)+ 3,MONTH(A2),DAY(A2))
第6个月的文档递增日期

加上日期,例如,加上2个月,请使用公式:

= EDATE(A2,2)
第6个月的文档递增日期

= A2 + 60
第6个月的文档递增日期

加上日期,例如,加上2个月,请使用公式:

提示:

当您使用EDATE函数添加月份时,结果将显示为常规格式,序列号,您需要将结果格式设置为日期。 


使用 Kutools for Excel 添加迄今为止的月/年/日

Kutools for Excel's 日期和时间助手 您可以快速添加数月,数年或数周或数天的日期。
日期时间助手

Kutools for Excel, 与超过 300 方便的功能,使您的工作更加轻松。 

安装后 Kutools for Excel,请执行以下操作:(立即免费下载Kutools for Excel!)

1.选择一个将放置结果的空白单元格,单击 库工具 > 公式助手 > 日期和时间助手 然后从列表中选择所需的一种实用程序。 看截图:
第8个月的文档递增日期

2.然后在 日期和时间助手 对话框,检查 地址 选项,然后选择要添加年/月/日的日期到 输入日期或选择日期格式单元格 部分,然后输入年,月,日,甚至是星期数 输入数字或选择包含要添加值的单元格 部分。 您可以预览公式并得出 结果 部分。 看截图:
doc kutools日期时间助手2

3。 点击 OK。 并将填充手柄拖到要使用此公式的单元格上。 看截图:
doc kutools日期时间助手3 doc kutools日期时间助手4

相关文章:

最佳办公生产力工具

🤖 Kutools 人工智能助手:基于以下内容彻底改变数据分析: 智能执行   |  生成代码  |  创建自定义公式  |  分析数据并生成图表  |  调用 Kutools 函数...
热门特色: 查找、突出显示或识别重复项   |  删除空白行   |  合并列或单元格而不丢失数据   |   不使用公式进行四舍五入 ...
超级查询: 多条件VLookup    多值VLookup  |   跨多个工作表的 VLookup   |   模糊查询 ....
高级下拉列表: 快速创建下拉列表   |  依赖下拉列表   |  多选下拉列表 ....
列管理器: 添加特定数量的列  |  移动列  |  切换隐藏列的可见性状态  |  比较范围和列 ...
特色功能: 网格焦点   |  设计图   |   大方程式酒吧    工作簿和工作表管理器   |  资源库 (自动文本)   |  日期选择器   |  合并工作表   |  加密/解密单元格    按列表发送电子邮件   |  超级筛选   |   特殊过滤器 (过滤粗体/斜体/删除线...)...
前 15 个工具集12 文本 工具 (添加文本, 删除字符,...)   |   50+ 图表 类型 (甘特图,...)   |   40+ 实用 公式 (根据生日计算年龄,...)   |   19 插入 工具 (插入二维码, 从路径插入图片,...)   |   12 转化 工具 (小写金额转大写, 货币兑换,...)   |   7 合并与拆分 工具 (高级组合行, 分裂细胞,...)   |   ... 和更多

使用 Kutools for Excel 增强您的 Excel 技能,体验前所未有的效率。 Kutools for Excel 提供了 300 多种高级功能来提高生产力并节省时间。  单击此处获取您最需要的功能...

产品描述


Office Tab 为 Office 带来选项卡式界面,让您的工作更加轻松

  • 在Word,Excel,PowerPoint中启用选项卡式编辑和阅读,发布者,Access,Visio和Project。
  • 在同一窗口的新选项卡中而不是在新窗口中打开并创建多个文档。
  • 每天将您的工作效率提高50%,并减少数百次鼠标单击!
Comments (8)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Just use EOMONTH with the second parameter 1. This will generate the end of month of the subsequent month. This article is misleading.
This comment was minimized by the moderator on the site
<p>I need to calculate 12 years date from the date of appointment for someone who was appointed on the 12/01/2015</p>
This comment was minimized by the moderator on the site
I have tried the above formula and found it to work. Most of the time.The problem with =DATE(YEAR(A1),MONTH(A1)+1,DAY(A1)) is that not all months have the same number of days.
E.g. cell A1 has the date 1/31/2020. If we follow the formula above then we have: =DATE(YEAR(A1),MONTH(A1)+3,DAY(A1))
However, this gives us 5/1/2021 (since April does not have 31 days).Is there a way (meaning formula) to work around this problem?
This comment was minimized by the moderator on the site
Thanks for your remider, I have adjusted the formulas.
This comment was minimized by the moderator on the site
i wana go back one month
This comment was minimized by the moderator on the site
Hi, gada, if you want to go back one month, just use -1 in the formula, like this =DATE(YEAR(A1),MONTH(A1)-1,DAY(A1)), A1 is the cell contain original date, -1 is minus one month from the given date, if you want to go back 3 months, use -3.
This comment was minimized by the moderator on the site
The formula will not work for February if you today() occurs on the 29th or 30th... =DATE(YEAR(B8),MONTH(B8)+1,DAY(B8-2)) subtract 2 in the day
This comment was minimized by the moderator on the site
Yes, there are some shortcoming by using the formula because of the different number of days in months.
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations