'SEQUENCE function' category
This formula decodes a URL-encoded string, replacing specific percentage symbol (%) and a hexadecimal number with non-alphanumeric characters. Excel 365 […]
The SEQUENCE function creates a list of sequential numbers to a cell range or array. It is located in the […]
This article demonstrates a formula and a VBA macro that returns every n-th row from a given cell range. The […]
Cell B3 contains a few odd characters and the formula in C3 shows the ANSI equivalent of each character in […]
Table of Contents Identify all characters in a cell value Identify all characters in a cell value - Excel 365 […]
This article demonstrates an array formula that extracts all characters except numbers from a cell, cell C3 contains the formula […]
The picture above shows data presented in only one column (column B), this happens sometimes when you get an undesired […]
This article describes a formula that returns all rows containing at least one digit 0 (zero) to 9. What's on […]
This article demonstrates a macro that lets you create a list of permutations, repetitions are allowed, based on a number […]
I got a question a while ago about permutations, in essence how to find every permutation between 0 and 9 […]
This article describes a formula that sorts values arranged in a column from A to z by every other value. […]
This article demonstrates a formula that sorts items arranged horizontally based on the adjacent numbers, every other column contains a […]
This article explains how to build an array formula that sums numerical ranges. Example, I want to know how to […]
The MEDIAN function lets you count overlapping dates between two date ranges. If you have more than two date ranges […]
The formula in cell B8, shown above, extracts dates not included in the specified date ranges, in other words, dates […]
I found an old post that I think is interesting to write about today. Think of two overlapping ranges, it […]
This article demonstrates two ways to calculate expenses evenly split across multiple people. The first one is a formula solution, […]
Excelxor is such a great website for inspiration, I am really impressed by this post Which numbers add up to […]
The array formula in cell D3 returns the the length of longest consecutive sequence of a value in column A.  Cell […]
What's on this page Reverse text Insert random characters Convert letters to numbers How to shuffle characters in the alphabet […]
This article demonstrates a formula that filters unique distinct single digits from a cell range containing numbers. Cell range B3:B6 […]
This article demonstrates formulas that extract values that exist only in one column out of two columns. There are text […]
This article demonstrates two formulas that extract distinct values from a filtered Excel Table, one formula for Excel 365 subscribers […]
This formula returns multiple values even if they are arranged differently or have minor misspellings compared to the lookup value.
This blog article describes how to split strings in a cell with space as a delimiting character, like Text to […]
The array formula in cell B3 extracts overlapping dates based on the date ranges in columns D and E. What's […]
This article demonstrates how to create a list of dates based on multiple date ranges. Table of contents Convert date […]
This article demonstrates how to calculate dates in a given date range (cells B13 and B14) that don't overlap the […]
This article demonstrates two different formulas, one for Excel 365 and one for earlier versions. Table of Contents Reverse a […]
First, let me explain the difference between unique values and unique distinct values, it is important you know the difference […]