Quick Answer

DISC Function

Calculates the discount rate for a security.

✓ Excel✓ Google SheetsExcel All versions

Syntax

DISC
(settlement, maturity, pr, redemption, [basis])

Parameters

ParameterDescriptionRequired
settlementDate the security is purchased.Required
maturityDate the security expires.Required
prPrice per $100 face value.Required
redemptionRedemption value per $100 face value.Required
basisDay-count convention (0 = US 30/360, default).Optional

Basic Example

Discount rate for a Treasury bill

=DISC(DATE(2024,1,1), DATE(2024,12,31), 95, 100)
Result5.26%

A T-bill priced at $95 that redeems at $100 in one year has a discount rate of about 5.26%.

Advanced Examples

Example 1: With actual/360 basis

Money market instrument

Use basis 2 for actual/360

=DISC(DATE(2024,1,1), DATE(2024,12,31), 95, 100, 2)
Result: Discount rate using actual/360
Basis 2 counts actual days and uses a 360-day year.

How DISC Works

DISC calculates the annual discount rate using the formula (redemption - pr) / redemption * (days per year / days to maturity). It is commonly used for short-term instruments.

1
Enter settlement
Type the settlement
2
Enter maturity
Type the maturity
3
Enter pr
Type the pr
4
Enter redemption
Type the redemption
5
Calculate
Press Enter to get the result.

Important Notes & Limitations

  • Settlement must be before maturity.

  • Price and redemption are per $100 face value.

  • Basis affects the day count and year length.

Common Errors & Fixes

#NUM! errorInvalid dates, price, or redemption.

Fix: Verify all inputs.

#VALUE! errorDates are not recognized.

Fix: Use DATE function or valid date serial numbers.

Download Practice File

Practice DISC with Real Data

Download a sample CSV file with pre-populated data and practice exercises for the DISC function. Works in both Excel and Google Sheets.

Works in Google SheetsCompatible with ExcelIncludes exercises

File format: CSV (comma-separated values) - opens in Excel, Google Sheets, and all spreadsheet apps

Frequently Asked Questions

What is the difference between DISC and YIELD?
DISC is for discount instruments. YIELD is for coupon-paying bonds.
When is DISC used?
It is used for Treasury bills and commercial paper that are priced at a discount.