dates

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Dates

Dates

resolvedResolved · Low Priority · Version 2007

Dips has attended:
Excel Advanced course

Dates

how do you seperate 6 digit dates?

RE: dates

Hi Dips, thanks for your query. Separating any string such as a date is called "parsing" and you'll need your Left, Right, Mid and LEN functions to do so if there is no delimiter. If all your dates are 6 digits you could simply use the MID function in three separate cells with the following basic syntax:

=MID(A1, 1, 2)

You use the LEN function when the dates are, say, 6 and 7 characters long and you need to count the string length and, using an IF statement to channel the outcome, chop up the dates in slightly different ways. If you have a live example of this you need help with, feel free to post.

Hope this helps,

Anthony

Mon 1 Mar 2010: Automatically marked as resolved.


 

Excel tip:

Paste functions box quickly

If you want to do a formula using the paste functions box press SHIFT + F3.

View all Excel hints and tips


Server loaded in 0.08 secs.