How to Use the TBILLPRICE Function in Excel
Today we will explore the TBILLPRICE function, a valuable tool for financial analysis in both Microsoft Excel and Google Sheets. This function calculates the price per $100 face value of a Treasury bill.
Syntax
The syntax for the TBILLPRICE function is consistent across both Excel and Google Sheets:
TBILLPRICE(settlement, maturity, discount)
- Settlement: The date when the Treasury bill is issued or settled.
- Maturity: The date when the Treasury bill matures or is due.
- Discount: The discount rate at which the Treasury bill is sold.
Examples
Let’s explore a few examples to better understand how the TBILLPRICE function works in Excel and Google Sheets.
Example 1: Calculate the Price of a Treasury Bill
Consider the following details:
Settlement | Maturity | Discount |
---|---|---|
1-Jan-2022 | 1-Jul-2022 | 3.5% |
Input the following formula to compute the price of the Treasury bill:
=TBILLPRICE("1-Jan-2022", "1-Jul-2022", 0.035)
This returns the price per $100 face value of the Treasury bill.
Example 2: Calculate the Price of a Treasury Bill in Google Sheets
In Google Sheets, the function application remains the same. Enter the formula as shown:
=TBILLPRICE(DATE(2022,1,1), DATE(2022,7,1), 0.035)
This will calculate the price for a Treasury bill with the specified discount rate over the given date range.
Through these examples, we see how the TBILLPRICE function can be effectively used to calculate the price of Treasury bills in Excel and Google Sheets, making it an indispensable tool for financial professionals.
More information: https://support.microsoft.com/en-us/office/tbillprice-function-eacca992-c29d-425a-9eb8-0513fe6035a2