& help with date format

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

Guest

Hello and thanks for the help.

I am bringing together two cells one with the date and then a dash, the next
cell has my note. I cannot seem to figure out how to keep the date format.
Any help?


Friday, February 10, 2006
My note goes here


=c2&" - "&C3


38758 - My note goes here
 
Use the text function to tell Excel how to format the number in C2 (dates are
really just numbers formatted in a certain way).
=text(c2,"dddd, mmmm dd, yyyy") & " - " & c3
--Bruce
 
This is great - thanks

Can you also tell me how I would go about making the date bold?

Thanks again
 
You can't do that through a formula, but you could through format.

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 

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