Changing dates

  • Thread starter Thread starter MICHALK
  • Start date Start date
M

MICHALK

How do you change a date to text and return a string such as mmddyy to
replace 01/01/10? In other words remove the slashes but keep the same
numbers.
 
=text(a1,"mmddyy")
if A1 contained the date

Or just format the cell using a custom format:
mmddyy
 

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

Similar Threads

Date from text 6
Access Running Balance in Access 1
Counting Days 5
Averaging unique values 2
Dates changing 5
Count Dates between Dates exclude Text 3
Dates & Text? 6
Importing .txt data into Excel 1

Back
Top