Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to conditionally sum numeric data in an Excel table using SUMIFS
  • Remove Duplicates Example in Excel
  • How to Create Gantt Chart in Excel
  • Get column name from index in Excel Table
  • How to Sort by Color in Excel

References

  • Convert text string to valid reference in Excel using Indirect function
  • Excel Advanced Lookup using Index and Match Functions
  • How to get last column number in range in Excel
  • Approximate match with multiple criteria in Excel
  • How to get address of named range in Excel

Data Validations

  • Excel Data validation specific characters only
  • Excel Data validation unique values only
  • Excel Data validation allow uppercase only
  • Excel Data validation must contain specific text
  • Excel Data validation must begin with

Calculate interest for given period in Excel

by

To calculate the interest portion of a loan payment in a given period, you can use the IPMT function.

Formula

=IPMT(rate,period,periods,-loan)

Explanation

In the example shown, the formula in C10 is:

=IPMT(C6/12,1,C8,-C5)

How this formula works

For this example, we want to calculate the interest portion for payment 1 of a 5-year loan of $5,000 with an interest rate of 4.5%. To do this, we set up PPMT like this:

rate – The interest rate per period. We divide the value in C6 by 12 since 4.5% represents annual interest:

=C6/12

pv – The present value, or total value of all payments now. In the case of a loan, this is input as a negative value by adding a negative sign in front of C5 to supply -5000.

per – the period we want to work with. Supplied as 1 since we are interested in the the principal amount of the first payment.

With these inputs, the IPMT function returns 74.465, which is rounded to $74.47 since the Currency number format is applied.

Post navigation

Previous Post:

DECIMAL function: Description, Usage, Syntax, Examples and Explanation

Next Post:

AVERAGE function: Description, Usage, Syntax, Examples and Explanation

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • IF with boolean logic in Excel
  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • XOR function: Description, Usage, Syntax, Examples and Explanation
  • Nested IF function example in Excel
  • Excel If, Nested If, And/Or Criteria Examples

Date Time

  • Get project end date in Excel
  • Excel Date & Time Functions Example
  • Convert Excel time to decimal seconds
  • WEEKDAY function: Description, Usage, Syntax, Examples and Explanation
  • SECOND function: Description, Usage, Syntax, Examples and Explanation

Grouping

  • Map text to numbers in Excel
  • Group numbers at uneven intervals in Excel
  • Map inputs to arbitrary values in Excel
  • Running count group by n size in Excel
  • Group numbers with VLOOKUP in Excel

General

  • Cell References: Relative, Absolute and Mixed Referencing Examples
  • How to calculate percent change in Excel
  • How to add sequential row numbers to a set of data in Excel
  • AutoFit Column Width, AutoFit Row Height in Excel
  • Find, Select, Replace and Go To Special in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning