TBILLEQ function - Calculates the returns corresponding to bonds in treasury in Excel
The following article details the meaning and usage of TBILLEQ function - Calculate the profit corresponding to bonds in the treasury.
Description: The function calculates the returns corresponding to bonds in the treasury.
Syntax : = TBILLEQ (settlement, maturity, discount) .
Inside:
- settlement : The settlement date of the securities is the date after the issue date of securities to be sold to buyers, which is a required parameter.
- maturity : The maturity or maturity date of a security, which is a mandatory parameter.
- discount : Discount rate of the stock.
Attention:
- TBILLEQ function () performs calculations according to the following formula:
- Use the Date function (year, month, day) when entering date values.
- If and invalid function returns error value #VALUE!
- If discount ≤ 0 -> the function returns the #VALUE! Error value
- If settlement> maturity or settlement - maturity> 12 months -> the function returns the #NUM! Error value
For example:
Calculate the profit of the bond knowing the settlement date is 1/1/2016, the maturity date is 1/12/2016 and the discount rate is 8.9%.
TBILLEQ function - Calculates the returns corresponding to bonds in treasury in Excel Picture 1
In the cell to calculate the bond yield enter the formula: = TBILLEQ (B6, C6, D6) .
TBILLEQ function - Calculates the returns corresponding to bonds in treasury in Excel Picture 2
Press Enter -> Bond yield with a discount rate of 8.9% is:
TBILLEQ function - Calculates the returns corresponding to bonds in treasury in Excel Picture 3
If you enter the due date greater than 1 year from the settlement date -> the function returns the #NUM! Error value.
TBILLEQ function - Calculates the returns corresponding to bonds in treasury in Excel Picture 4
The above is a usage and some special cases of TBILLEQ function hope to help you.
Good luck!
You should read it
- TBILLPRICE function - The function calculates the value of treasury bonds by the $ 100 face value in Excel
- TBILLYIELD function - The function calculates the discount rate for a bond in treasury in Excel
- FREQUENCY function - Function that calculates and returns the frequency of occurrences of values in a range in Excel
- TRIMMEAN function - The function returns the average of the inner part of a dataset in Excel
- CHISQ.TEST function - The function returns the independence test in Excel
- How to use the IF function in Excel
- How to use the DAVERAGE function in Excel
- F.TEST function - The function returns the result of the F - test in Excel
- GAMMA function - The function returns the gamma function value in Excel
- POISSON.DIST function - The function returns the Poisson distribution in Excel
- VAR.S function - Function that calculates variance based on a sample, ignoring logical values and text in Excel
- VAR.P function - Function that calculates variance based on the entire set, ignoring logical values and text in Excel
May be interested
FVSCHEDULE function - Returns the future value of an investment that has variable or adjustable interest in period in Excel
Compare ODDFPRICE and ODDLPRICE functions in Excel
OR function in Excel, how to use the OR function, and examples
How to get the current date in Excel
Group in Word, group of image blocks in Word
BETADIST function - Cumulative distribution function Beta in Excel