| | In Excel dates represented as sequential whole numbers. | |
| | Excel keeps track of dates by assigning each date with a serial number. | |
| | These whole numbers are often referred to as "serial numbers", since they just represent the number of days since 1st January 1900. | |
| | A date can be displayed in many different formats, but the value which Excel uses and stores in the cell is the serial number. | |
| | Dates start from 1st January 1900 with the serial number for a particular date being the number of days since this date. | |
| | A serial number of 3 corresponds to the 3rd January 1900. | |
| | Excel can only perform date calculations on dates after 1st January 1900. Any dates typed in before this are not recognised and will be automatically converted to text. These cannot be used in any formula calculations. | |
| | Representing dates using numbers means that dates can be easily manipulated and used in formulas (i.e. added and subtracted). | |
| | In Excel times are represented as decimal fractions. | |
| | Any 12hr times entered are assumed to be AM unless you explicitly type PM. | |
| | Times are treated as fractional parts of a day. | |
| | Numbers to the right of the decimal point in a serial number represent the time; | |
| | Numbers to the left of the decimal point in a serial number represent the date. | |
| | For example, the serial number 367.5 represents 1st January 1901 at 12:00 PM. | |
| | These decimal fractions can then be added to the date serial numbers to identify a particular time on a particular date. | |
| | When you select a cell containing a date, the formula bar will display the date in the default date style. | |
| | When you enter a date the cell will automatically be formatted to your short date style defined in your Regional Settings. This is likely to be either "dd/mm/yyy" or "d mmmm, yyyy". | |
| | To view the actual serial number of a date you must change the number format to anything other than a Date or Time specific format. | |
| | When dates and times are entered correctly they are aligned on the right by default (since they are just numerical values). | |
| | When you eneter a date you can either enter it using a two-digit format or the full four-digit format. Using the four-digits is safer. | |
| | 00-29 - 2000 to 2029 | |
| | 30-99 - 1930 to 1999 | |
| | If you enter an invalid date it is interpreted as text and is aligned on the left by default. | |
| | You can enter the current date as a serial value by using the "=TODAY()" function. | |
| | You can enter the current date and time by using the "=NOW()" function. | |
| | You can enter the current time as a decimal value by using the following formula "=NOW()-TODAY()". | |
| | There are a number of different formats that can be used to enter your dates. | |
| | Entering a date in any of these formats will mean a date number format is automatically applied. | |