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  

Date to Day



 
 
Thread Tools Display Modes
  #1  
Old January 5th, 2010, 11:36 PM posted to microsoft.public.excel.worksheet.functions
Raz
external usenet poster
 
Posts: 143
Default Date to Day

1.
if I add one to the Date it gives me date of the next day. How do I do it
for the days?
Example: 04-Jan in cell A1, on A2 I have =A1+1 gives me 05-Jan
if 'Sat' in B1, I want 'Sun' on B2 and so on.

2.
if possible I would like to have the cell B1 to show name of the day on a
date,
If A1 has 04-Jan, I want B1 to show MON or Mon and so on.

Thanks in Advance!


  #2  
Old January 5th, 2010, 11:54 PM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default Date to Day

You may not be able to see your other post, so...

A1 = some date like 1/1/2010 (which is a Friday)

For the next day as a TEXT value:

=TEXT(A1+1,"ddd")

Result = Sat

If you want the long weekday name, Saturday, just add another "d" to the
formula:

=TEXT(A1+1,"dddd")

Result = Saturday

--
Biff
Microsoft Excel MVP


"Raz" wrote in message
...
1.
if I add one to the Date it gives me date of the next day. How do I do it
for the days?
Example: 04-Jan in cell A1, on A2 I have =A1+1 gives me 05-Jan
if 'Sat' in B1, I want 'Sun' on B2 and so on.

2.
if possible I would like to have the cell B1 to show name of the day on a
date,
If A1 has 04-Jan, I want B1 to show MON or Mon and so on.

Thanks in Advance!




  #3  
Old January 6th, 2010, 12:17 AM posted to microsoft.public.excel.worksheet.functions
Gord Dibben
external usenet poster
 
Posts: 20,252
Default Date to Day

In B1 enter =A1 then copy down.

Custom Format the dates as you wish

ddd for Mon

You will never get MON via formatting.


Gord Dibben MS Excel MVP

On Tue, 5 Jan 2010 15:36:02 -0800, Raz
wrote:

1.
if I add one to the Date it gives me date of the next day. How do I do it
for the days?
Example: 04-Jan in cell A1, on A2 I have =A1+1 gives me 05-Jan
if 'Sat' in B1, I want 'Sun' on B2 and so on.

2.
if possible I would like to have the cell B1 to show name of the day on a
date,
If A1 has 04-Jan, I want B1 to show MON or Mon and so on.

Thanks in Advance!


 




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 06:13 PM.


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