A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Convert date field to text



 
 
Thread Tools Display Modes
  #1  
Old December 19th, 2003, 02:55 PM
Alan
external usenet poster
 
Posts: n/a
Default Convert date field to text

I have a mass of data with dates, which I need to group
by DAY. I have formatted the cell to custom "dddd" so
that it shows the day, however when i pivot report it
still reads the date. How can i convert the date field
to text to read the day? A straight forward format of
cell returns the date in number format.

HELP!
  #3  
Old December 19th, 2003, 03:12 PM
Paul
external usenet poster
 
Posts: n/a
Default Convert date field to text

"Alan" wrote in message
...
I have a mass of data with dates, which I need to group
by DAY. I have formatted the cell to custom "dddd" so
that it shows the day, however when i pivot report it
still reads the date. How can i convert the date field
to text to read the day? A straight forward format of
cell returns the date in number format.

HELP!


Formatting cells doesn't change the data - only how the data is displayed.
You can add another column with formulas to extract the day from the dates:
=TEXT(A1,"dddd")
Then make your pivot table from this.


  #5  
Old December 19th, 2003, 03:45 PM
Alan
external usenet poster
 
Posts: n/a
Default Convert date field to text

Worked a treat - thanks Don

-----Original Message-----
Perhaps a separate column with =weekday
=CHOOSE(WEEKDAY(B10),"S","M","T")
--
Don Guillett
SalesAid Software

"Alan" wrote in

message
...
I have a mass of data with dates, which I need to group
by DAY. I have formatted the cell to custom "dddd" so
that it shows the day, however when i pivot report it
still reads the date. How can i convert the date field
to text to read the day? A straight forward format of
cell returns the date in number format.

HELP!



.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:30 AM.


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