TBILLEQ Function
Calculates the bond-equivalent yield for a Treasury bill.
Syntax
Parameters
| Parameter | Description | Required |
|---|---|---|
| settlement | Date the security is purchased. | Required |
| maturity | Date the security expires. | Required |
| discount | Discount rate of the T-bill. | Required |
Basic Example
Bond-equivalent yield for a T-bill
=TBILLEQ(DATE(2024,1,1), DATE(2024,7,1), 0.05)Converts a 5% T-bill discount rate to a bond-equivalent yield of about 5.18%.
Advanced Examples
Example 1: Short-term T-bill
Money market analysisBond-equivalent yield for a 3-month T-bill
=TBILLEQ(DATE(2024,1,1), DATE(2024,4,1), 0.05)How TBILLEQ Works
TBILLEQ converts the T-bill discount rate to a bond-equivalent yield using the formula (365 * discount) / (360 - discount * days to maturity). This allows comparison with coupon-bearing bonds.
Important Notes & Limitations
Maturity must be within one year of settlement.
Discount is entered as a decimal.
Uses actual/365 day count for the conversion.
Common Errors & Fixes
#NUM! errorMaturity is more than one year after settlement or discount is invalid.Fix: Verify dates are within one year and discount is a valid decimal.
#VALUE! errorDates are not recognized.Fix: Use DATE function or valid date serial numbers.
Download Practice File
TBILLEQ
tbilleqPractice TBILLEQ with Real Data
Download a sample CSV file with pre-populated data and practice exercises for the TBILLEQ function. Works in both Excel and Google Sheets.
File format: CSV (comma-separated values) - opens in Excel, Google Sheets, and all spreadsheet apps