Get price per $100 Treasury bill
=TBILLPRICE(settlement, maturity, discount)
| Parameter | Description |
|---|---|
settlement |
Settlement date of the security. |
maturity |
Maturity date of the security. |
discount |
The discount rate for the security. |
The TBILLPRICE function returns the price per $100 face value for a Treasury bill, based on a settlement date, a maturity date, and a discount. In the
=TBILLPRICE(C6,C7,C8)
To convert the face value of $1000 in cell C5 to a price using the value returned by TBILLPRICE, F6 contains this formula:
=F5/100*C5