0% found this document useful (0 votes)
39 views8 pages

Date Functions

The document discusses various date and time functions in Excel including WORKDAY, WORKDAY.INTL, NETWORKDAYS, NETWORKDAYS.INTL, DAYS, CHOOSE, PMT, IPMT, PPMT, and error handling. It provides the syntax and explanations of the arguments for each function.

Uploaded by

Jeevan Sharma
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)
39 views8 pages

Date Functions

The document discusses various date and time functions in Excel including WORKDAY, WORKDAY.INTL, NETWORKDAYS, NETWORKDAYS.INTL, DAYS, CHOOSE, PMT, IPMT, PPMT, and error handling. It provides the syntax and explanations of the arguments for each function.

Uploaded by

Jeevan Sharma
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/ 8

Table of Contents

Workday Formula: -.........................................................................................................................................2


Workday.intl Formula:-....................................................................................................................................2
Networkdays Formula......................................................................................................................................3
Networkdays.intl function:-.............................................................................................................................3
Days Function:-................................................................................................................................................3
Choose function: -............................................................................................................................................5
PMT Function: -................................................................................................................................................7
IPMT Function: -...............................................................................................................................................7
PPMT Function: -..............................................................................................................................................7
Goal Seek.........................................................................................................................................................7
Error Handling in Excel: -..................................................................................................................................7
Workday Formula: - This Function returns the serial number of the date before or after a specified
number of days. The syntax of workday is:-

WORKDAY(start_date, days, [holidays])

The WORKDAY function syntax has the following arguments:

 Start_date Required. A date that represents the start date.

 Days Required. The number of nonweekend and nonholiday days before or after start_date. A
positive value for days yields a future date; a negative value yields a past date.

 Holidays Optional. An optional list of one or more dates to exclude from the working calendar,
such as state and federal holidays and floating holidays. The list can be either a range of cells that
contain the dates or an array constant of the serial numbers that represent the dates.

Workday.intl Formula:- This Function returns the serial number of the date before or after a
specified number of workdays with custom weekend parameters. Saturday and Sunday are default
weekends. The syntax of workday is:-

WORKDAY.INTL(start_date, days, [weekend], [holidays])

The WORKDAY.INTL function syntax has the following arguments:

 Start_date Required. The start date, truncated to integer.

 Days Required. The number of workdays before or after the start_date. A positive value yields a
future date; a negative value yields a past date; a zero value yields the start_date. Day-offset is
truncated to an integer.

 Weekend Optional. Indicates the days of the week that are weekend days and are not considered
working days. Weekend is a weekend number or string that specifies when weekends occur.
Networkdays Formula: This Function returns the number of whole working days between
start_date and end_date. Working days exclude weekends and any dates identified in holidays. The syntax
of Networkdays is:-

NETWORKDAYS(start_date, end_date, [holidays])

The NETWORKDAYS function syntax has the following arguments:

 Start_date Required. A date that represents the start date.

 End_date Required. A date that represents the end date.

 Holidays Optional. An optional range of one or more dates to exclude from the working calendar,
such as state and federal holidays and floating holidays. The list can be either a range of cells that
contains the dates or an array constant of the serial numbers that represent the dates.

Networkdays.intl function:- This Function returns the number of whole workdays between two
dates using parameters to indicate which and how many days are weekend days. The syntax of
Networkday.intl is:-

NETWORKDAYS.INTL(start_date, end_date, [weekend], [holidays])

 Start_date and end_date Required. The dates for which the difference is to be computed. The
start_date can be earlier than, the same as, or later than the end_date.

 Weekend Optional. Indicates the days of the week that are weekend days and are not included in
the number of whole working days between start_date and end_date. Weekend is a weekend
number or string that specifies when weekends occur.

 Holidays Optional. An optional set of one or more dates that are to be excluded from the working
day calendar. holidays shall be a range of cells that contain the dates, or an array constant of the
serial values that represent those dates. The ordering of dates or serial values in holidays can be
arbitrary.

Days Function:- This fdunction is used to calculate the number of days between two dates. The
syntax of days() is:

DAYS(end_date, start_date)

The DAYS function syntax has the following arguments.

 End_date Required. Start_date and End_date are the two dates between which you want to
know the number of days.
 Start_date Required. Start_date and End_date are the two dates between which you want to
know the number of days.
Choose function: - This function uses index_num to return a value from the list of value arguments.
We can use CHOOSE to select one of up to 254 values based on the index number.

For example, if value1 through value7 are the days of the week, CHOOSE returns one of the days when a
number between 1 and 7 is used as index_num. The syntax of choose is:-

CHOOSE(index_num, value1, [value2], ...)


PMT Function: -
IPMT Function: -
PPMT Function: -
Goal Seek

Error Handling in Excel: -

PV Formula: -

FV Formula: -

Index +Match Formula

You might also like