PC Review


Reply
Thread Tools Rate Thread

Difference betwen Excel Date () Function and System Date

 
 
Khalil
Guest
Posts: n/a
 
      16th Jun 2009

I am confused to differnece between system date and excel Date () function.

Please difference the following:


1... =Date(year, month, day)

2... Simple typing in excel as July 10,2008,

3.. Window system date and Date function

4.. Is there any link between the Date() function and system date,
 
Reply With Quote
 
 
 
 
JoeU2004
Guest
Posts: n/a
 
      16th Jun 2009
"Khalil" <(E-Mail Removed)> wrote:
> 4.. Is there any link between the Date() function and system date,


No. The term "system date" usually refers to the current date. That is
returned by the TODAY() function.

The DATE() function allows you to form any date value (aka serial number).
The is no difference between typing July 10, 2008 and DATE(2008,7,10).
However, you cannot use July 10, 2008 directly in an expression. For
example, if you want to test if A1 is that date, you cannot write
IF(A1="July 10, 2008",...). But you can write IF(A1=DATE(2008,7,10),...).
You can also write IF(A1=DATEVALUE("July 10, 2008"),...).


----- original message -----

"Khalil" <(E-Mail Removed)> wrote in message
news:8ED368E3-3C4C-4841-841E-(E-Mail Removed)...
>
> I am confused to differnece between system date and excel Date ()
> function.
>
> Please difference the following:
>
>
> 1... =Date(year, month, day)
>
> 2... Simple typing in excel as July 10,2008,
>
> 3.. Window system date and Date function
>
> 4.. Is there any link between the Date() function and system date,


 
Reply With Quote
 
Jacob Skaria
Guest
Posts: n/a
 
      16th Jun 2009
Khalil

For more on excel dates; refer
http://www.cpearson.com/excel/datetime.htm
--
If this post helps click Yes
---------------
Jacob Skaria


"Khalil" wrote:

>
> I am confused to differnece between system date and excel Date () function.
>
> Please difference the following:
>
>
> 1... =Date(year, month, day)
>
> 2... Simple typing in excel as July 10,2008,
>
> 3.. Window system date and Date function
>
> 4.. Is there any link between the Date() function and system date,

 
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
Function to lookup date on tab in excel and populate date on calen MGC Microsoft Excel Worksheet Functions 0 4th Feb 2010 04:48 AM
Date Difference - Networkdays function not working John Microsoft Excel Misc 6 8th Oct 2009 02:41 PM
Difference System date and Excel Date function Khalil Microsoft Excel Worksheet Functions 2 16th Jun 2009 11:23 AM
Function Excel:If a Date>actual date create a RED alert in a cel? =?Utf-8?B?Q2xhdWRpbyBOYWNpZg==?= Microsoft Excel Programming 1 4th Jun 2007 04:00 AM
Calculate date difference between fixed date and current date Dave Elliott Microsoft Access Forms 3 23rd May 2005 03:54 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:53 PM.