Parse Excel Data in Cell

L

Legacy 69619

Guest
Happy day!!

Please help:
How can I parse this data to return only the start date?
Start Date 4/17/06 End Date 8/30/06

For example, I need to grab 4/17/06

Thx a googolplex!!!
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Hi Miss and welcome to the board.

Does your text always begins with "Start Date "? then this will be quite easy:

=MID(A1,12,8)

Eli
 
Upvote 0
No, I am trying to fix someone's strange thought of entering that format. I plan to recommend to setting a column for Start Date and End Date.
It is so simple and logical to do it this way. Do you agree?

Thx....thx...
 
Upvote 0
This one converts the date from text back into an actual date so you can use it in calculations. It also allows for different date formats. i.e 10/14/2006 You will need to format the cell the formula is in as a date.
Book8
ABCDE
1Start Date 4/17/06 End Date 8/30/064/17/06
2Start Date 10/17/06 End Date 8/30/0710/17/06
3Start Date 10/17/2006 End Date 8/30/0810/17/06
4
Sheet2
 
Upvote 0
Hi Miss Exel:

And in addition to babycody's fine contribution, you may simply use ...

=LEFT(MID(A1,12,26),8)
 
Upvote 0

Forum statistics

Threads
1,214,376
Messages
6,119,172
Members
448,870
Latest member
max_pedreira

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