Jun 25 2018
05:16 AM
- last edited on
Jul 31 2018
08:33 AM
by
TechCommunityAP
Jun 25 2018
05:16 AM
- last edited on
Jul 31 2018
08:33 AM
by
TechCommunityAP
Apologize if this has been solved previously. I am attempting to change the month only in a column of already entered dates in a column. For example I have 1/2/2018, 1/5/2018, 1/17/2018, 1/20/18 etc. and want to only change the month from Jan to Feb like this: 2/2/18, 2/5/2018 etc. Any ideas?
Jun 25 2018 05:26 AM - edited Jun 25 2018 05:27 AM
lets say your data are in Col A
you can use this formula below
=DATE(YEAR(A1),MONTH(A1)+1,DAY(A1))
then format your cells to date format
Jun 25 2018 05:27 AM
Hi John,
If we speak only about Jan to Feb, not every month in dates on next one, I'd first apply to your dates custom format
mm/d/yyyy
when Ctrl+H and replace 01/ on 02/
Jun 25 2018 05:29 AM
Jamil,
=EDATE(A1,1)
shall work in such case
Jun 25 2018 05:35 AM
Jun 25 2018 05:36 AM
Thanks, but Find and Replace won't work because I have several dates within the column.
Jun 25 2018 05:40 AM
SolutionIf you select all your dates before Ctrl+H when Replace All shall work, otherwise find (and replace) one by one
Jun 25 2018 05:40 AM
This works rather easily! Thanks.
Jun 25 2018 05:53 AM
Jun 25 2018 05:57 AM
Yes, Jamil this work as well. Thanks.
Jun 25 2018 06:15 AM
You are welcome.
Thanks for the feedback.
Mar 02 2019 09:46 AM
I tried to replace jan to feb. (ex. 1/1/19 to 2/1/19). When doing so, the day also changed to 2? I only want to change the month. using 1/ to 2/ will also change the day if it has 1/. How can I only change the month using the replace function?
Dec 02 2022 11:20 AM
Sep 16 2024 02:21 AM
@SergeiBaklan, have tried these solutions, I do see some changes, but for the case where I have different months on same sheet, and desire to change only a month in a single column, containing a range of dates, it happens that both the dates changes (in two months, including undesired one. Even though only the desired column was selected)
*Changed a month on September to October on numeral dates accidentally and unable to undo it
Sep 16 2024 03:21 AM
Selecting the dates please check in which format they are shown in formula bar. In my case that's default ISO format even if in grid dates are formatted as mm/dd/yyyy
Make replacement based on default format. I change -08- on -09-
Jun 25 2018 05:40 AM
SolutionIf you select all your dates before Ctrl+H when Replace All shall work, otherwise find (and replace) one by one