MS Excel: How to use the ACCRINT Function (WS) - TechOnTheNet [PDF]

The Microsoft Excel ACCRINT function returns the accrued interest for a security that pays interest on a periodic basis.

3 downloads 35 Views 132KB Size

Recommend Stories


ACCRINT function
Don't be satisfied with stories, how things have gone with others. Unfold your own myth. Rumi

Макросы в MS Excel
Those who bring sunshine to the lives of others cannot keep it from themselves. J. M. Barrie

ms excel dashboard reporting
Silence is the language of God, all else is poor translation. Rumi

Ms Excel Quiz Guide
If you are irritated by every rub, how will your mirror be polished? Rumi

ms excel dashboard reporting
No amount of guilt can solve the past, and no amount of anxiety can change the future. Anonymous

How to Use the Documentation
Sorrow prepares you for joy. It violently sweeps everything out of your house, so that new joy can find

[PDF] How to REALLY use LinkedIn
Ask yourself: Are my beliefs about life, religion, my kids, my family, my spouse, or politics the absolute

how to use
Ask yourself: What are my most important values and how am I living in ways that are not aligned with

How to Use Cura
If you want to become full, let yourself be empty. Lao Tzu

How To Use
Every block of stone has a statue inside it and it is the task of the sculptor to discover it. Mich

Idea Transcript


MS Excel: How to use the ACCRINT Function (WS) This Excel tutorial explains how to use the Excel ACCRINT function with syntax and examples.

Description The Microsoft Excel ACCRINT function returns the accrued interest for a security that pays interest on a periodic basis. The ACCRINT function is a built-in function in Excel that is categorized as a Financial Function. It can be used as a worksheet function (WS) in Excel. As a worksheet function, the ACCRINT function can be entered as part of a formula in a cell of a worksheet.

Syntax The syntax for the ACCRINT function in Microsoft Excel is: ACCRINT( issue_date, first_interest_date, settlement_date, rate, par, frequency, [basis], [calculation_method] )

Parameters or Arguments issue_date The date that the security was issued. first_interest_date The date that the first interest will be paid. settlement_date The settlement date of the security. rate The annual coupon rate for the security. par The par value of the security. If this parameter is omitted, the ACCRINT function will assume that the par is set to $1,000. frequency The frequency of the interest payments for the security. It can be any of the following values: Value

Explanation

1

Annual payments

2

Semi-annual payments

4

Quarterly payments

basis Optional. It is the type of day count to use when calculating interest for the security. If this parameter is omitted, it assumes that the basis is set to 0. It can be any of the following values: Value

Explanation

0

US (NASD) 30/360

1

Actual/Actual

2

Actual/360

3

Actual/365

4

European 30/360

calculation_method Optional. It is either of the following values: Value

Explanation

0

Calculates the accrued interest from first_interest_date to settlement_date

1

Calculates the accrued interest from issue_date to settlement_date

Returns The ACCRINT function returns a numeric value.

Applies To Excel 2016, Excel 2013, Excel 2011 for Mac, Excel 2010, Excel 2007

Type of Function Worksheet function (WS)

Example (as Worksheet Function) Let's look at some Excel ACCRINT function examples and explore how to use the ACCRINT function as a worksheet function in Microsoft Excel:

Based on the Excel spreadsheet above, the following ACCRINT examples would return: =ACCRINT(B1,B2,B3,B4,B5,B6,B7,B8) Result: 32.3630137 =ACCRINT(DATE(2012,1,1),DATE(2012,3,31),DATE(2012,2,15),0.0525,5000,4,3,1) Result: 32.3630137 =ACCRINT(DATE(2012,1,1),DATE(2012,3,31),DATE(2012,2,15),5.25%,5000,4,3,1) Result: 32.3630137 =ACCRINT(DATE(2012,1,1),DATE(2012,3,31),DATE(2012,2,15),5.25%,1000,4,3,1) Result: 6.47260274 =ACCRINT(DATE(2012,1,1),DATE(2012,3,31),DATE(2012,2,15),5.25%,,4,3,1) Result: 6.47260274 'The parameter par is defaulted to $1000

Copyright TechOnTheNet.com

Smile Life

When life gives you a hundred reasons to cry, show life that you have a thousand reasons to smile

Get in touch

© Copyright 2015 - 2024 PDFFOX.COM - All rights reserved.