Longest winning streak

calculate the longest winning streak in Excel

To calculate the longest winning streak in Excel, you can use a formula based on the SCAN function with the LAMBDA and MAX functions.

Most common text values in a range

Most common text values in a range in Excel

To list the most common text values in a column or a row, you can use a formula using the LET, UNIQUE, SORT, HSTACK, and COUNTIF functions.

Count if two criteria match

Count if two criteria match

To count rows that meet two or more specified criteria, you can use a formula based on the versatile COUNTIFS function.

Get last match cell contains

How to get the last match where a cell contains

To get the last match in a range where cell contains a matching value you can use the XLOOKUP, TRUE, ISNUMBER and SEARCH function.

Match first error

how to match the first error in a range in Excel

To match the first error in a range in Excel, you can apply a formula based on the XMATCH, TRUE, and ISERROR functions.

IF with boolean logic

IF with boolean logic

This tutorial shows how to create an IF formula with Boolean logic to sum values based on multiple conditions.

Filter every nth row

How to filter every nth row in Excel

To filter and extract every nth row in Excel, you can combine the FILTER function with the MOD, ROW, and SEQUENCE functions.

Filter data between dates

Filter data between dates in Excel

To filter data and extract records between two dates, you can use a formula based on the FILTER function with Boolean logic.

FILTER case-sensitive

FILTER case-sensitive

To filter data with a case-sensitive method in Excel, you can use a formula based on the FILTER and the EXACT function.

Combine ranges

Combine ranges

To combine or consolidate ranges in Excel, you can use a formula based on the VSTACK function or the HSTACK function.

Sum first n matching values

How to sum first n matching values in Excel

To sum the first n matching values in a range in Excel, you can use a formula based on the SUM, TAKE, and FILTER functions.

Sum bottom n values

To sum the bottom n values in a range in Excel you can use a formula

To sum the bottom n values in a range in Excel, you can use a formula based on the SUM and SMALL functions.

Sum every nth column

How to sum every nth column in Excel

Learn how to sum every nth column (for example, every second, third, or fifth column) using the Excel SUM, FILTER, and SEQUENCE functions.

How to sum every N rows

sum-every-n-rows-using-offset

Learn how to sum every n rows in Excel using regular functions like SUM and OFFSET. Alternatively, you can apply user-defined functions.

Count numbers by nth digit

sumproduct-double-negative

To count numbers where the nth digit is a given number in Excel, use the SUMPRODUCT function or the RIGHT, MID, and COUNTIF functions.

MEDIAN IF in Excel

MEDIAN IF FORMULA EXCEL

Learn how to use the MEDIAN IF formula in Excel to identify the middle number of values that meet one or more specific criteria.

XLFN

The XLFN prefix in front of a formula indicates that the formula uses a function not available in your current version of Excel.

XLOOKUP case sensitive

xlookup-case-sensitive

Learn how to create a case-sensitive exact match formula by combining the XLOOKUP and EXACT functions to retrieve data based on text matching.