How do I get my date to look like this in Excel (Monday June 19,.

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

Guest

I need to display both the Day in text and the date in serial numbers. How do
I do that?
 
I hope you don't mean serial numbers (!) - format, cells

set the format to custom as

dddd mmm dd yyyy
 
or use the same code in the text function, e.g:

TEXT(A1,"Dddd Mmm dd yyyy")
 
Right-click on the cell with the date, then FormatCells > NumberTab > Custom
and in the Type: window, dddd m/d/yyyy > ok

Vaya con Dios,
Chuck, CABGx3
 

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