date format

  • Thread starter Thread starter Guest
  • Start date Start date
If you are simply talking about how a date is displayed:

If it is formatted as yyy/mm/dd, Format as yyymmdd

If it is formatted as yyy/dd/mm, Format as yyyddmm

(I can't tell from the example)

Regards

Trevor
 
If it is a string, then

=SUBSTITUTE(A1,"/","")

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top