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.

Sum top n values in a range

LARGE-and-SEQUENCE-functions-vertical-array

To sum the largest n values in a range, you can use a formula that combines the SUM, TAKE, and SORT functions.

Sum last n columns

sum last n columns excel

To sum last n columns in a range or a table, you can use the SUM and TAKES functions in Excel instead of long formulas.

Sum last n rows

How to sum the last n rows in Excel

To sum the last N rows in a range, you can use the SUM function with the TAKE function, or apply a workaround using the OFFSET function.

Sum every nth row

sumproduct-row-mod-workaround

Learn how to sum every nth row (for example, every second, third, or fifth row) in Excel using the SUMN or SUMPRODUCT function.

Split dimensions into two parts

split-dimensions-into-two-parts

This tutorial will show you how to split dimensions into two parts and extract the left and right dimensions into separate values.

Abbreviate names or words

how-to-abbreviate-names-or-words-in-Excel

Learn how to abbreviate names or words using regular Excel functions or the ABBREVIATE user-defined function

VLOOKUP multiple matches

vlookup-multiple-matches

Today’s guide will show how to return and display multiple matches using the VLOOKUP function or apply the FILTER function.

Trim text to n words

trim-text-to-n-words-in-Excel

How to trim text to n words? We will show you various methods (regular functions and VBA) to get the first n words from a text string.

Wildcard

how to use wildcard in Excel

Excel wildcard is a special character that helps you find text values that are approximately similar but are not exactly the same.

Get last name from name

Get last name from name in Excel - formula examples

Get the last name from a full name quickly using the RIGHT, FIND, LEN, and SUBSTITUTE functions, or use an advanced Excel formula.

Get first name from name

Get first name from name

Learn how to get the first name from a name using regular (LEFT, FIND) and user-defined functions, like GETNWORDS.