Concatenate problem with date

  • Thread starter Thread starter Jason789
  • Start date Start date
J

Jason789

In B2 I have "Sat" for Saturday. In C2 I have "12/27" for 12/27/2003. I
D2 I want to have "Sat, 12/27." My formula in D2 is '=B2&", "&C2'...bu
the cell displays "Sat, 37982". Is there a simple way to show what
want in D2? Thank you.

Jaso
 
Hi Jason
one way:
=B2 & TEXT(C2,"MM/DD")

or why not use the formula
=C2
and use a custom format for this:
DDD, MM/DD
 

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