Quick Answer

TBILLEQ Function

Calculates the bond-equivalent yield for a Treasury bill.

✓ Excel✓ Google SheetsExcel All versions

Syntax

TBILLEQ
(settlement, maturity, discount)

Parameters

ParameterDescriptionRequired
settlementDate the security is purchased.Required
maturityDate the security expires.Required
discountDiscount 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)
Result5.18%

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 analysis

Bond-equivalent yield for a 3-month T-bill

=TBILLEQ(DATE(2024,1,1), DATE(2024,4,1), 0.05)
Result: Bond-equivalent yield
For short-term T-bills, the conversion can be significant.

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.

1
Enter settlement
Type the settlement
2
Enter maturity
Type the maturity
3
Enter discount
Type the discount
4
Calculate
Press Enter to get the result.

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

Practice 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.

Works in Google SheetsCompatible with ExcelIncludes exercises

File format: CSV (comma-separated values) - opens in Excel, Google Sheets, and all spreadsheet apps

Frequently Asked Questions

What is the bond-equivalent yield?
It is a yield measure that allows comparison of T-bills with coupon-bearing bonds.
What is the difference between TBILLEQ and TBILLYIELD?
TBILLEQ converts the discount rate to a bond-equivalent yield. TBILLYIELD calculates the yield based on the price.