Date format in Excel 365 for Mac

griffij

New Member
Joined
Nov 26, 2009
Messages
5
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
Good evening/Morrning,

I am trying to display a date as in excel but all I want the user to see is the first letter of the day M for Monday, T for Tuesday and so on? The smallelest I can seem to make it is the first three letters 'Mon, Tue ...' and so on can anyone please help?

Thanks Joel
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
If you use a helper column to display the date it's relatively simple. Suppose the date is in A1:
Excel Formula:
=Left(Text(A1,"ddd"))
Or if your dates are derived via a formula, you could probably incorporate something similar into the formula itself.
 
Upvote 0
Try This

Excel Formula:
=LEFT(TEXT(TODAY(),"DDD"),1)
 
Upvote 0

Forum statistics

Threads
1,215,234
Messages
6,123,776
Members
449,123
Latest member
StorageQueen24

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top