Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / March 2008

Tip: Looking for answers? Try searching our database.

Identification of what day it is

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
david.jordan1@googlemail.com - 08 Mar 2008 18:22 GMT
Hi

I was hoping someone could shed some light on this.I want column B to
identify the day in column A and express it as text.

I.E. when column A is 01/10/07,coumn B displays  ' Mon'

column A             column B
01/10/2007
02/10/2007
03/10/2007

Thanks
David
Niek Otten - 08 Mar 2008 18:33 GMT
Hi David,

In B1:

=A1
Format Custom as "ddd"

Copy down as far as needed

Signature

Kind regards,

Niek Otten
Microsoft MVP - Excel

| Hi
|
[quoted text clipped - 10 lines]
| Thanks
| David
Teethless mama - 08 Mar 2008 18:35 GMT
=TEXT(A1,"ddd")

> Hi
>
[quoted text clipped - 10 lines]
> Thanks
> David
david.jordan1@googlemail.com - 08 Mar 2008 19:15 GMT
On Mar 8, 6:35 pm, Teethless mama
<Teethlessm...@discussions.microsoft.com> wrote:
> =TEXT(A1,"ddd")
>
[quoted text clipped - 15 lines]
>
> - Show quoted text -

Thanks for responding

Whenever i use          =TEXT(A1,"ddd") ,column B displays
'01/10/2007'

Any suggestions.

David
Rick Rothstein (MVP - VB) - 08 Mar 2008 19:41 GMT
It sounds like your "date" is actually text with one or more leading spaces
in front of it. If I am correct, either convert the "date" to a real date
or, at minimum, remove the leading spaces, and Teethless mama's formula
should work. If you don't want to modify what you now have, then (again, if
I am correct) this formula should work for you...

=TEXT(TRIM(A1),"ddd")

Rick

On Mar 8, 6:35 pm, Teethless mama
<Teethlessm...@discussions.microsoft.com> wrote:
> =TEXT(A1,"ddd")
>
[quoted text clipped - 15 lines]
>
> - Show quoted text -

Thanks for responding

Whenever i use          =TEXT(A1,"ddd") ,column B displays
'01/10/2007'

Any suggestions.

David
Tyro - 08 Mar 2008 19:47 GMT
When you press Ctrl+Accent grave (`), the key above the tab key, does cell
A1 display 39092, the date serial number for 1/10/2007? Or do you see
1/10/2007?
Press Ctrl+Accent grave (`) to return to normal display.

If you see 1/10/2007, your "date" is text with perhaps a space in it. That
is to say, it's not a date.

Tyro

On Mar 8, 6:35 pm, Teethless mama
<Teethlessm...@discussions.microsoft.com> wrote:
> =TEXT(A1,"ddd")
>
[quoted text clipped - 15 lines]
>
> - Show quoted text -

Thanks for responding

Whenever i use          =TEXT(A1,"ddd") ,column B displays
'01/10/2007'

Any suggestions.

David
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.