Date format and upper case

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Excel 2002 on Windows 2000

How can we format existing dates entered as 7/22/1960 to format like
JUL-7-60. Has to be upper case. We are kinda weird about upper case around
here.

Thank you.
 
Hi
AFAIK a format could not achieve this but the following formula in a
helper column maybe:
=UPPER(TEXT(A1,"MMM-D-YY"))
 
YOU, are the MAN!!

Thank you so much.

Frank Kabel said:
Hi
AFAIK a format could not achieve this but the following formula in a
helper column maybe:
=UPPER(TEXT(A1,"MMM-D-YY"))
 
I thought I already posted this once, but as of yet it is not showing up and
I do not want to appear ungrateful, so here it is again. Apologies if you get
patted on the back twice.

YOU are the MAN!

Thank you so much, this worked beautifully.
 

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