TBILLPRICE function

Returns the price per $100 face value for a Treasury bill.

Syntax

TBILLPRICE(settlement,maturity,discount)

Important

Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use =DATE(2008,5,23) for the 23rd day of May, 2008. Problems might occur if dates are entered as text.

Argument

Description

Remarks

settlement

The Treasury bill's settlement date. The security settlement date is the date after the issue date when the Treasury bill is traded to the buyer.

  • If settlement > maturity, or if maturity is more than one year after settlement, this function returns the #NUM! error value.

  • If a valid date is not entered for this argument, this function returns the #VALUE! error value.

  • If this argument contains a decimal value, this function ignores the numbers to the right side of the decimal point.

maturity

The Treasury bill's maturity date. The maturity date is the date when the Treasury bill expires.

  • If a valid date is not entered for this argument, this function returns the #VALUE! error value.

  • If this argument contains a decimal value, this function ignores the numbers to the right side of the decimal point.

discount

The Treasury bill's discount rate.

  • If this argument is ≤ 0, this function returns the #NUM! error value.

General remarks

  • Excel stores dates as sequential serial numbers so they can be used in calculations. By default, January 1, 1900 is serial number 1, and January 1, 2008 is serial number 39448 because it is 39,448 days after January 1, 1900.

  • TBILLPRICE is calculated as follows:

    TBILLPRICE Equation

    Where:

    DSM = number of days from settlement to maturity, excluding any maturity date that is more than one calendar year after the settlement date.

Example

To make the following example easier to understand, you can copy the data to a blank sheet and then enter the function underneath the data. Do not select the row or column headings (1, 2, 3... A, B, C...) when you copy the sample data to a blank sheet.

1
2
3
4
AB
DataDescription
March 31, 2008Settlement date
June 1, 2008Maturity date
9%Percent discount rate
FormulaDescription (Result)
=TBILLPRICE(A2,A3,A4)The price, for the Treasury bill with the terms in the table (98.45)
Rate this content:
Not helpfulSomewhat helpfulHelpfulVery helpfulSolved my problem 
 
Share your feedback about this topic