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

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
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

Forum statistics

Threads
1,223,911
Messages
6,175,337
Members
452,637
Latest member
Ezio2866

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