TBILLEQ function

Category: Financial
Introduced: Excel 2003

Summary

Returns the bond-equivalent yield for a Treasury bill

Syntax

TBILLEQ(settlement, maturity, discount) Important: Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008. Problems can occur if dates are entered as text.
The TBILLEQ function syntax has the following arguments:
• Settlement Required. The Treasury bill's settlement date. The security settlement date is the date after the issue date when the Treasury bill is traded to the buyer.
• Maturity Required. The Treasury bill's maturity date. The maturity date is the date when the Treasury bill expires.
• Discount Required. The Treasury bill's discount rate.

Example

=TBILLEQ(A2,A3,A4)

Microsoft Support Page

https://support.microsoft.com/en-us/office/tbilleq-function-2ab72d90-9b4d-4efe-9fc2-0f81f2c19c8c

Back to Functions