Changing Month Only to Deadline Dates in Excel

mflores775

New Member
Joined
Apr 1, 2024
Messages
2
Office Version
  1. 365
Platform
  1. MacOS
I have all my bills in a spreadsheet with various due dates. I have a tab for each month and just want to change the month for each tab in the date column, not the year or the day. Is there a formula I can use to do that?

For example:

Bill NameDue DateBalance
Cable03/17/24$100.00
Rent03/01/24$2500.00
School Loan03/15/24$500.00

I want to change the above to:

Bill NameDue DateBalance
Cable04/17/24$100
Rent04/01/24$2500.00
School Loan04/15/24$500.00
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
you can create a helper column (that will be deleted) with this formula:
assuming due date begins in cell B2.
Excel Formula:
=EDATE(B2,1)
you don't have to worry about formatting as long as the cell isn't text.
then drag to copy down.
then highlight the column, right click and drag over column B.
release the right click.
then "Paste as Values"
then delete your helper column.
 
Upvote 0
you can create a helper column (that will be deleted) with this formula:
assuming due date begins in cell B2.
Excel Formula:
=EDATE(B2,1)
you don't have to worry about formatting as long as the cell isn't text.
then drag to copy down.
then highlight the column, right click and drag over column B.
release the right click.
then "Paste as Values"
then delete your helper column.
This was very helpful, thank you.
 
Upvote 0

Forum statistics

Threads
1,215,972
Messages
6,128,008
Members
449,414
Latest member
sameri

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