Count unique dates

Count unique dates

To count unique dates you can use a formula based on the UNIQUE and COUNT functions or apply the COUNTIF and FREQUENCY functions.

CAGR Formula

How to calculate CAGR in Excel - CAGR formula examples

In this tutorial, you will learn how to calculate CAGR in Excel, either using the RRI function or through manual calculation.

Mortgage payment schedule

Mortgage payment schedule Excel formula dynamic array

Learn how to create a mortgage payment schedule in Excel using a formula based on multiple dynamic array functions.

Effective annual interest rate

Effective annual interest rate - Excel formula

To calculate effective annual interest rate use the EFFECT functiom based on the nominal interest rate and the compounding frequency.

Calculate interest rate for loan

Calculate interest rate for loan

To calculate the periodic interest rate for a loan based on the loan amount, payment periods, and payment amount, use the RATE function.

Calculate original loan amount

Calculate original loan amount using an Excel formula

To calculate the original loan amount, you can use the PV function if you have the loan term, interest rate, and periodic payment amount.

Annual compound interest schedule

Annual compound interest schedule Excel formula

To calculate annual compound interest, you can use a formula based on the SEQUENCE function, starting balance and annual interest rate.

Filter with multiple criteria

How to filter data with multiple criteria in Excel

To filter data with multiple criteria, you can use a formula based on the FILTER function combined with the boolean logic.

Sum numbers in single cell

Sum numbers in single cell

To sum numbers in a single cell separated by a given delimiter, you can use a formula based on the TEXTSPLIT and VALUE functions.

Sum numbers with text

Sum numbers with text

To sum numbers with a text string, you can use a formula with the SUM and TEXTAFTER functions or the LET function.

Dynamic summary count

Dynamic summary count table Excel example

To create a dynamic summary count with a formula, you can use the CHOOSE, UNIQUE, and COUNT functions to return unique values.

Count numbers that begin with

Count numbers that begin with

To count numbers in a range that begin with specific numbers, use a formula based on the SUMPRODUCT and LEFT functions.

FILTER on first or last n values

FILTER first or last n values

To FILTER and extract the first or last n values in Excel, use a formula based on the TAKE, FILTER, INDEX, and SEQUENCE functions.