PC Review


Reply
Thread Tools Rate Thread

days of week

 
 
Gary
Guest
Posts: n/a
 
      9th May 2007
In column B are dates displayed as dddd/mmmm/yyyy.

In column A are days of the week displayed as Mon, Tue, etc based on a
formula "=TEXT(B1,"ddd")".

The formula is ideal other than blank cells in column B return "Sat" in
corresponding column A cells. Is there a formula that would leave a cell
blank in A if there is no date yet entered in a corresponding cell in column
B?

Regards,
Gary


 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      9th May 2007
=if(b1="","",text(b1,"ddd")

Or you could just format the date column to include the day. Give it a custom
format of:

ddd dd/mm/yyyy
(or whatever you like)



Gary wrote:
>
> In column B are dates displayed as dddd/mmmm/yyyy.
>
> In column A are days of the week displayed as Mon, Tue, etc based on a
> formula "=TEXT(B1,"ddd")".
>
> The formula is ideal other than blank cells in column B return "Sat" in
> corresponding column A cells. Is there a formula that would leave a cell
> blank in A if there is no date yet entered in a corresponding cell in column
> B?
>
> Regards,
> Gary


--

Dave Peterson
 
Reply With Quote
 
Gary
Guest
Posts: n/a
 
      9th May 2007
Dave,

It worked ideal.

Thanks for the tip,
Gary

"Dave Peterson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> =if(b1="","",text(b1,"ddd")
>
> Or you could just format the date column to include the day. Give it a
> custom
> format of:
>
> ddd dd/mm/yyyy
> (or whatever you like)
>
>
>
> Gary wrote:
>>
>> In column B are dates displayed as dddd/mmmm/yyyy.
>>
>> In column A are days of the week displayed as Mon, Tue, etc based on a
>> formula "=TEXT(B1,"ddd")".
>>
>> The formula is ideal other than blank cells in column B return "Sat" in
>> corresponding column A cells. Is there a formula that would leave a cell
>> blank in A if there is no date yet entered in a corresponding cell in
>> column
>> B?
>>
>> Regards,
>> Gary

>
> --
>
> Dave Peterson



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert today's date -7 days to week YYYYWW (last week) AFSSkier Microsoft Access Queries 4 26th Nov 2008 09:09 PM
Day of week is not displayed in day, 5 days or 7 days views in Outlook 2003 SP2 (french) Tartempion Microsoft Outlook Discussion 4 22nd Feb 2007 02:38 PM
Days of the Week when printing a calendar in Week to View? =?Utf-8?B?RE9T?= Microsoft Outlook Calendar 0 24th Nov 2006 11:30 AM
how do i show weekend days as a different colour to week days? =?Utf-8?B?amFzb24gaGlnaGFt?= Microsoft Outlook Calendar 0 23rd Feb 2005 10:31 PM
How do I use criteria to sort weekend days from week days? =?Utf-8?B?Q2hhcmxpZUc=?= Microsoft Access Queries 7 15th Jan 2005 12:51 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:56 AM.