![]() |
![]() |
|
|||||||
| 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: 2
|
Maybe I'm daft, but here's my no-such-thing-as-a-stupid question:
If I enter a date (d/m/y) in a cell, can I automatically display (in a different cell) the DAY of that date? Told you I was a novice. Cheers (and thanks)! |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Helena, MT
Posts: 13,690
|
To get you started, have a look at the WEEKDAY function. Then you might look at the CHOOSE function.
|
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Winnipeg
Posts: 2,330
|
Quote:
Regards,
__________________
Barrie Davidson "You're only given a little spark of madness. You mustn't lose it." - Robin Williams |
|
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Feb 2002
Posts: 202
|
mrs peel
assuming your date is in A1, in the other cell enter =A1 and custom format this cell as 'dddd'. to do this go to the format menu, select cells, number tab, select custom and type in dddd in the 'Type' box |
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Feb 2002
Posts: 202
|
sorry barry - didn't see your post when i dove in
|
|
|
|
|
|
#6 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Winnipeg
Posts: 2,330
|
Quote:
_________________ Barrie Davidson My Excel Web Page [ This Message was edited by: Barrie Davidson on 2002-04-04 15:04 ] |
|
|
|
|
|
|
#7 |
|
New Member
Join Date: Apr 2002
Posts: 2
|
Brilliant.
Here's what worked (a combination of the fine advice here, and a wee bit of tweaking from the Help file): =TEXT(B11, "dddd") Where B11 contains the date. Much thanks. Cheers! |
|
|
|
|
|
#8 |
|
Board Regular
Join Date: Feb 2002
Posts: 202
|
barrie
i thought the same thing when i read your post, but the time stamp defeats me there i guess great minds think alike... have a good one |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|