Display only first letter of Weekday in number format

B

BillG

When formatting a date, I would like to display only the first letter
of the weekday. For example, 9/1/08 (39692) would display as "M". I
know format "ddd" will display "Mon", but I'd like to have *only* the
first letter.... Any ideas?

I am using Excel 2007.

Thank you!
 
T

T. Valko

I don't think this can be done using formatting. You'd have to use a helper
cell:

A1 = some date

=LEFT(TEXT(A1,"ddd"))
 
B

BillG

=LEFT(TEXT(A1,"ddd"))

Thank you for the quick responses... Looks like I won't be able to use
formatting the way I would like to. I was hoping to preserve the
actual date value in the cell as I want to use it for something. You
have saved me a lot of time trying to make it work. Thanks!
 
T

Teethless mama

You're Welcome!

BillG said:
Thank you for the quick responses... Looks like I won't be able to use
formatting the way I would like to. I was hoping to preserve the
actual date value in the cell as I want to use it for something. You
have saved me a lot of time trying to make it work. Thanks!
 

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

Top