Question on inputing and showing dates

Haplo

New Member
Joined
Apr 9, 2023
Messages
6
Office Version
  1. 365
Platform
  1. Windows
Lets say I enter the date 29 May 2023 into cell A1, can I get excel to show me the end date after 14 days in same cell, i.e.

"29 May 2023" (inputed into A1)

"29 May 2023 - 11 June 2023" (Is what is displayed in A1)

Thank You
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Possibly, but only by using vba. However, I would strongly recommend that you dont as the two dates are fundamentally different data (start date, end date) and with information shown as you propose they wouldn't even be recognised as dates. It would make any future analysis much harder to do. The right answer (in my opinion) would be to put =A1+14 in cell B1.

HTH
 
Upvote 0
Possibly, but only by using vba. However, I would strongly recommend that you dont as the two dates are fundamentally different data (start date, end date) and with information shown as you propose they wouldn't even be recognised as dates. It would make any future analysis much harder to do. The right answer (in my opinion) would be to put =A1+14 in cell B1.

HTH
Thanks mate,
had a feeling that was the answer i'll get, but thank you anyway for replying
 
Upvote 0

Forum statistics

Threads
1,215,583
Messages
6,125,661
Members
449,247
Latest member
wingedshoes

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