Split 1 text into 2 date fields

semry

Registered User.
Local time
Today, 07:08
Joined
Aug 5, 2012
Messages
22
I get a Excel report each month with a cell that contains "01/01/12-01/08/12". Is there a way to add this into a table and split it into two different fields(From, To)?
 
If the structure is reliable, you can use the Mid() function to grab each portion.
 

Users who are viewing this thread

Back
Top Bottom