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%.
In the cell to calculate the bond yield enter the formula: = TBILLEQ (B6, C6, D6) .
Press Enter -> Bond yield with a discount rate of 8.9% is:
If you enter the due date greater than 1 year from the settlement date -> the function returns the #NUM! Error value.
The above is a usage and some special cases of TBILLEQ function hope to help you.
Good luck!
You should read it
- 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
May be interested
- GAMMA function - The function returns the gamma function value in Excelgamma: the function returns the gamma function. support functions from excel 2013 onwards. syntax: gamma (number)
- POISSON.DIST function - The function returns the Poisson distribution in Excelpoisson.dist function: the function returns the poisson distribution, the application function to predict the number of events in a specific time. support functions from excel 2013 onwards. syntax: poisson.dist (x, mean, cumulative)
- WEIBULL function - The function returns the Weibull distribution in Excelthe function performs the calculation and returns the weibull distribution. based on this distribution to analyze reliability in theory such as calculating the average life of the device or used in the field of meteorology, hydrology and weather forecast.
- QUARTILE.EXC function - The function returns the quartile of a dataset without values 0 and 1 in Excelquartile.exc function: the function returns the quartile of the data set, with percentile values from 0 to 1 excluding 0 and 1. the support function is from excel 2010 onwards. syntax: quartile.exc (array, quart)
- VAR.S function - Function that calculates variance based on a sample, ignoring logical values and text in Excelvar.s function: function that calculates variance based on a sample, ignoring logical values and text. support functions from excel 2010 onwards. syntax: var.s (number1, [number2], ...)
- VAR.P function - Function that calculates variance based on the entire set, ignoring logical values and text in Excelvar.p function: function that calculates variance based on the entire set, ignoring logical values and text. support functions from excel 2010 onwards. syntax: var.p (number1, [number2], ...)
- DB function - The function calculates the depreciation of assets with specific maturity in Excelthe following article details the db function - the function of depreciation of assets with specific maturity with the use of the method of calculating the declining balance by fixed level.
- How to use SUMPRODUCT function in Excelsumproduct function in excel is a function that calculates the total value of corresponding products that users conduct zoning.
- PHI function - The function returns the value of the density function for a normal distribution in Excelphi function: the function returns the value of the density function for a standard normal distribution. support functions from excel 2013 onwards. syntax: phi (x)
- FORECAST function - The function returns a value along a linear trend in Excelforecast function: the function performs the calculation or prediction of a future value by using current values using linear regression. in excel 2016 this function is replaced by forecast.linear function. syntax: forecast (x, known_ys, known_xs)