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 / September 2006

Tip: Looking for answers? Try searching our database.

Remove Date Timestamp in Excel?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
F.T.S. - 21 Sep 2006 20:06 GMT
Hi there,

I was wondering if someone can help me out. I am using a csv file and want
to calculate if things were done on time or not.

Example:

In the A column I would have "Date Expected"

In the B column I would have "Date Completed"

In the C column I have an IF formula such that if B<= A then "Meets"
otherwise "Not Met"

But I have a problem since I get the data from a csv file. The timestamp can
give the impression that something does not meet.

Example

Date Expected: 09/18/2006 1:00am
Date Completed: 09/18/2006 2:00am

As per the formula it would not meet due to being one hour late. But I want
to disavow the timestamps and only consider the actual day.

Is there a way to do this?

Thanks in advance.
Gord Dibben - 21 Sep 2006 20:26 GMT
This works for me.

=IF(DAY(B9)<=DAY(A9),"meets", "not met")

Gord Dibben  MS Excel MVP

>Hi there,
>
[quoted text clipped - 24 lines]
>
>Thanks in advance.
F.T.S. - 21 Sep 2006 21:35 GMT
Thanks! I will try it out!

> This works for me.
>
[quoted text clipped - 30 lines]
> >
> >Thanks in advance.

Rate this thread:






 
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.