Date Help

How_Do_I

Well-known Member
Joined
Oct 23, 2009
Messages
1,831
Office Version
  1. 2010
Platform
  1. Windows
Can anyone help with this please... My cell contains the following:

Date: 1916/10/01-1916/11/30

What I'd like please is a formula for Start Date - End Date. So the expected return would be 01/10/1916 in one cell and 30/11/1916 in the next cell.

I have lots of these to convert and the only potential hiccup that I can see is, in some the dates go from one year to the next. Might be a problem for the solution, might not be...!
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
is the format allways
1916/10/01-1916/11/30

you can use LEFT() and RIGHT()
I have changed the cell format to display as DD/MM/YYYY - just to see date is real
Although the Mac I have and XL2BB changes the format to MM/DD/YY

lookup 2 criteria 1 to Nearest Greater Value.xlsx
ABC
11916/10/01-1916/11/3010/1/1611/30/16
Sheet3
Cell Formulas
RangeFormula
B1B1=LEFT(A1,10)*1
C1C1=RIGHT(A1,10)*1
 
Upvote 0
Solution
That's much easy than I was thinking... Thanks etaf...
 
Upvote 0

Forum statistics

Threads
1,215,545
Messages
6,125,455
Members
449,228
Latest member
moaz_cma

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