Formula for mm/dd/yyyy extract into separate columns?

  • Thread starter Thread starter Guest
  • Start date Start date
Sneilan, use the Text to Columns command on the Data menu. Delimited text,
with / as the separator. Afterwards, format all cells as General.

DDM
"DDM's Microsoft Office Tips and Tricks"
www.ddmcomputing.com
 
Sneilan,

If A1 = mm/dd/yyyy, then use the following formulas in
other cells

B1 = MONTH(A1)
C1 = DAY(A1)
D1 = YEAR(A1)

Mike
 

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