get mm-dd only from another cell with mm-dd-yyyy

  • Thread starter Thread starter Munchkin
  • Start date Start date
M

Munchkin

How do I do this?

A1 = 02-01-2009. I want A4 to copy just the month & day of A1.

I'm sure it's super easy, but I can't seem to figure out how to do it -
thanks!
 
You could keep it a date and just show the stuff you want:
=A1
and give it a nice format (MMM-DD)

or make it text
=text(a1,"mmm-dd")

It kind of depends on why you want to do this.
 

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