How do I convert the date to the corresponding day of the we

PerfectTommy

New Member
Joined
Apr 8, 2002
Messages
15
I am sure this has been asked before, but the search function is not working and I am just about blind from searching through the previous pages..... sorry.

I would like to know how to convert the date to the correct day of the week. For example, in column A I have 4/1/02. I would like for column B to show "Monday". Is there a formula (or a button/filter/something) to do this?

Thanks in advance for the assistance.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
If you use the formula
=DAY(A1)
and then custom format the cell as "dddd"
Should do the trick.

Rgds
AJ
 
Upvote 0
Actually that doesn't work does it!

Try copying your cells from column A to Column B and then reformatting them as "dddd" instead.
 
Upvote 0
On 2002-04-19 07:22, PerfectTommy wrote:
I am sure this has been asked before, but the search function is not working and I am just about blind from searching through the previous pages..... sorry.

I would like to know how to convert the date to the correct day of the week. For example, in column A I have 4/1/02. I would like for column B to show "Monday". Is there a formula (or a button/filter/something) to do this?

Thanks in advance for the assistance.

Use =TEXT(A1,"dddd") in B1

Or...

just enter =A1 in B1 and format as dddd
 
Upvote 0

Forum statistics

Threads
1,214,621
Messages
6,120,568
Members
448,972
Latest member
Shantanu2024

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