![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 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. |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Location: =ActiveCell.Address
Posts: 478
|
If you use the formula
=DAY(A1) and then custom format the cell as "dddd" Should do the trick. Rgds AJ |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Location: =ActiveCell.Address
Posts: 478
|
Actually that doesn't work does it!
Try copying your cells from column A to Column B and then reformatting them as "dddd" instead. |
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
Or... just enter =A1 in B1 and format as dddd |
|
|
|
|
|
|
#5 |
|
New Member
Join Date: Apr 2002
Posts: 15
|
It works! Simple and effective. Thanks so much.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|