Excel TBILLPRICE Function
Calculate the price per $100 face value for Treasury bills. Learn TBILLPRICE syntax, examples, and T-bill pricing with settlement and maturity dates.
=TBILLPRICE(settlement, maturity, discount)Quick Answer
TBILLPRICE function TBILLPRICE function calculates the price per $100 face value for a U.S. Treasury bill based on the settlement date, maturity date, and discount rate. This function helps investors determine how much they need to pay to purchase a T-bill.
=TBILLPRICE(settlement, maturity, discount)- Syntax: `=TBILLPRICE(settlement, maturity, discount)` Example: `=TBILLPRICE(DATE(2025,3,31), DATE(2025,6,1), 0.0475)` returns approximately $99.19, meaning an investor would pay $99.19 for every $100 of face value for a T-bill with a 4.75% discount rate.
Practical Examples
Basic Treasury Bill Price Calculation
Calculate the price of a T-bill with a 4.75% discount rate
Comparing Multiple T-Bill Options
Compare prices for T-bills with different discount rates
Treasury Bill Investment Analysis
Calculate investment return for a T-bill purchase
Dynamic T-Bill Pricing Dashboard
Create a dashboard with variable discount rates
Error Handling for T-Bill Calculations
Prevent and handle common TBILLPRICE errors
Need Help with Excel TBILLPRICE Function?
Stop struggling with formula syntax. Use AskFormulas to generate validated formulas instantly with our AI-powered tool.
Example Excel formula:
Related Formulas
Calculate the bond-equivalent yield for Treasury bills. Learn TBILLEQ syntax, examples, and how to convert T-bill discount rates to comparable bond yields.
The FV function calculates future value of investments with constant payments and interest rate. Master retirement planning and savings goals with examples.
The PV function calculates the present value of an investment or loan with constant periodic payments and a constant interest rate. Master PV with examples,...
The ACCRINT function calculates accrued interest for a security that pays periodic interest, enabling accurate financial reporting and bond valuation.