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 / New Users / July 2007

Tip: Looking for answers? Try searching our database.

Date and Weekday Formula

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
J.W. Aldridge - 17 Jul 2007 20:04 GMT
Hi.

I am using the following formual to find dates (9days after a specific
date).
=IF(G4>0,INDEX(DATES,MATCH(G4,DATES,1)+9)," ")

What I am needing is;

Instead of just:

the date that is provided in the DATES column.

7/17/07

I need the weekday of the date in front.

Tue 7/17/07

If not with this one, is there to include the day of the week into a
formula?

Thanx
Dave Peterson - 17 Jul 2007 20:18 GMT
How about just giving that cell a custom format:

Select the cell(s)
format|cells|Number tab|Custom category
ddd m/d/yy

=====
And if you don't have any gaps in your dates range, couldn't you just add 9 to
the date?

=if(g4>0,g4+9,"")

ps.  

Returning a string like " " (with that space character) is a problem just
waiting to happen.  I'd return "" if I were you.

> Hi.
>
[quoted text clipped - 18 lines]
>
> Thanx

Signature

Dave Peterson

Bob Phillips - 17 Jul 2007 20:22 GMT
Just format as ddd m/d/yy

Signature

HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

> Hi.
>
[quoted text clipped - 18 lines]
>
> Thanx
 
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.