0% found this document useful (0 votes)
83 views

Date & Time Excel Formulas & Functions

This document lists Excel date and time functions along with a brief description of each. There are functions to return the serial number, year, month, day, hour, minute, and second of a date/time. Other functions convert between date/time text and serial numbers, calculate the number of days or workdays between dates, and return today's or current date and time. The functions allow for flexible date and time calculations in Excel.

Uploaded by

Shohan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
83 views

Date & Time Excel Formulas & Functions

This document lists Excel date and time functions along with a brief description of each. There are functions to return the serial number, year, month, day, hour, minute, and second of a date/time. Other functions convert between date/time text and serial numbers, calculate the number of days or workdays between dates, and return today's or current date and time. The functions allow for flexible date and time calculations in Excel.

Uploaded by

Shohan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Date & Time Excel Formulas & Functions

Functions Excel Formulas Description

Returns
the serial
number of
a
particular
DATE =DATE(year,month,day) date

Converts a
date in the
form of
text to a
serial
DATEVALUE =DATEVALUE(date_text) number

Converts a
serial
number to
a day of
DAY =DAY(serial_number) the month

Converts a
serial
number to
HOUR =HOUR(serial_number) an hour

Converts a
serial
number to
MINUTE =MINUTE(serial_number) a minute

MONTH ==MONTH(serial_number) Converts a


serial
number to
a month

Returns
the serial
number of
the current
date and
NOW =NOW() time

Converts a
serial
number to
SECOND =SECOND(serial_number) a second

Returns
the serial
number of
a
particular
TIME =TIME(hour,minute,second) time

Converts a
time in the
form of
text to a
serial
TIMEVALUE =TIMEVALUE(time_text) number

Returns
the serial
number of
today’s
TODAY =TODAY() date

YEAR =YEAR(serial_number) Converts a


serial
number to
a year

Calculates
the
number of
days
between
two dates
based on a
360-day
DAYS360 =DAYS360(start_date,end_date,method) year

Returns
the serial
number of
the date
that is the
indicated
number of
months
before or
after the
EDATE =EDATE(start_date,months) start date 

Returns
the serial
number of
the last
day of the
month
before or
after a
specified
number of
EOMONTH =EOMONTH(start_date,months) months 
Returns
the
number of
whole
workdays
between
NETWORKDAYS =NETWORKDAYS(start_date,end_date,[holidays]) two dates

Returns
the
number of
whole
workdays
between
two dates
using
parameter
s to
indicate
which and
how many
days are
NETWORKDAYS.I =NETWORKDAYS.INTL(start_date,end_date,[weekend], weekend
NTL [holidays]) days

Converts a
serial
number to
a day of
WEEKDAY =WEEKDAY(serial_number,[return_type]) the week 

WEEKNUM =WEEKNUM(serial_number,[return_type]) Converts a


serial
number to
a number
representi
ng where
the week
falls
numericall
y with a
year

Returns
the serial
number of
the date
before or
after a
specified
number of
WORKDAY =WORKDAY(start_date, days, [holidays]) workdays 

Returns
the serial
number of
the date
before or
after a
specified
number of
workdays
using
parameter
s to
indicate
which and
how many
days are
weekend
WORKDAY.INTL =WORKDAY.INTL(start_date,days,weekend,holidays) days 

You might also like