Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Identification of what day it is

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

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Identification of what day it is

Hi David,

In B1:

=A1
Format Custom as "ddd"

Copy down as far as needed

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

wrote in message ...
| 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
|


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Identification of what day it is

=TEXT(A1,"ddd")


" wrote:

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


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Identification of what day it is

On Mar 8, 6:35*pm, Teethless mama
wrote:
=TEXT(A1,"ddd")



" wrote:
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- Hide quoted text -


- Show quoted text -


Thanks for responding

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

Any suggestions.

David
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Identification of what day it is

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


wrote in message
...
On Mar 8, 6:35 pm, Teethless mama
wrote:
=TEXT(A1,"ddd")



" wrote:
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- Hide quoted text -


- Show quoted text -


Thanks for responding

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

Any suggestions.

David



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,091
Default Identification of what day it is

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

wrote in message
...
On Mar 8, 6:35 pm, Teethless mama
wrote:
=TEXT(A1,"ddd")



" wrote:
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- Hide quoted text -


- Show quoted text -


Thanks for responding

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

Any suggestions.

David


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Currency identification Balaji Excel Discussion (Misc queries) 2 August 18th 07 07:38 AM
Cell identification for a 'lookup' tx12345 Excel Worksheet Functions 4 August 2nd 06 07:41 PM
How do I modify the identification badges? Office secretary New Users to Excel 1 June 8th 06 05:41 PM
Identification of duplicate records Uma Ravishankar Excel Worksheet Functions 2 March 16th 06 06:13 PM
Excel column identification EngineerOldie Setting up and Configuration of Excel 2 March 15th 06 08:26 PM


All times are GMT +1. The time now is 01:37 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"