TBILLPRICE(settlement, maturity, discount)
=TBILLPRICE(4,2.2%,4/20/2021)
The function can be used to calculate the price of a Treasury bill. For example, if you wanted to calculate the price of a Treasury bill with a term of 4 months, a yield of 2.2%, and a settlement date of April 20, 2021, you could use the formula above.
=TBILLPRICE(A2,A3,A4)
You can also use the function to calculate the price of a Treasury bill in Sourcetable. For example, if you have the term of the bill in cell A2, the yield in cell A3, and the settlement date in cell A4, you could use the preceding formula to calculate the price of the bill.
=TBILLPRICE(6,1.7%,DATE(2021,6,15))
The function can also be used with other Sourcetable functions. For example, if you wanted to calculate the price of a Treasury bill with a term of 6 months, a yield of 1.7%, and a settlement date of June 15, 2021, you could use the DATE function to get the date in the proper format and then use the TBILLPRICE function to calculate the price of the bill.
The TBILLPRICE function calculates the price per $100 face value for a Treasury bill based on the settlement, maturity, and discount arguments.