'TRUE function' category
This formula decodes a URL-encoded string, replacing specific percentage symbol (%) and a hexadecimal number with non-alphanumeric characters. Excel 365 […]
The image above demonstrates a rather small formula in cell D3 that extracts values in cell B3 based on two […]
This article demonstrates Excel formulas that calculate complete weeks between two given dates and weeks and days between two given […]
This article demonstrates formulas that rearrange values in a cell range to a single column. Table of Contents Rearrange cells […]
What is the TRUE function? The TRUE function returns the logical (Boolean) value TRUE. What is a Boolean value? A […]
What's on this page How to extract numbers from a cell value - Excel 2016 Sort and return unique distinct […]
The SELECT CASE statement allows you to compare an expression to multiple values. It is similar to the IF THEN ELSE […]
This article demonstrates an array formula that extracts all characters except numbers from a cell, cell C3 contains the formula […]
Table of Contents Extract first word in cell value Extract the first word in cell - return warning if not […]
You don't need to use the IF function in a SUMPRODUCT function, it is enough to use a logical expression. […]
The picture above demonstrates a formula in cell F3 that allows you to look up a value in column B […]
This article demonstrates how to use INDEX and MATCH functions to lookup and return multiple results. The lookup value is […]
This article demonstrates formulas that match two conditions in a column each and return another value on the same row […]
This article demonstrates several ways to check if a cell contains any value based on a list. The first example […]
This article demonstrates different formulas based on if a cell contains a given text. Formula in cell C3: =B3=$E$3 The […]
The AND function allows you to have multiple conditions in an IF function, you can have up to 254 arguments. […]
Nested IF statements in a formula are multiple combined IF functions so more conditions and outcomes become possible. They all are […]
This article demonstrates Excel formulas that extract unique distinct values from a cell range and concatenates the values using any […]
Have you ever tried to build a formula to calculate discounts based on price? The VLOOKUP function is much easier […]
This article demonstrates formulas and a UDF that searches for values in a table based on concatenated values and returns […]
This article demonstrates array formulas that perform a wildcard search based on a sequence of values. The formulas return the […]
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 points out row numbers of records that overlap the current record based on a […]
Debraj Roy asks:Hi Oscar, I failed to search for "Ask" Section.. so submitting my query here.. Apologize for hijacking someones […]
This article explains how to perform multiple lookups based on values in one cell with a delimiting character using a […]
This article demonstrates a formula that lets you extract non-empty values across columns based on a condition. The image above […]
I will in this article demonstrate how to use the VLOOKUP function with multiple conditions. The function was not built […]
The array formula in cell C3 extracts the first character from first, middle and last name. The formula works fine […]
I recently discovered an interesting technique about using a user defined function in a HYPERLINK function. Jordan at the Option […]
Sean asks: Sheet1A B C D 8 Country Europe 9 Lights 100 10 Type A 200 11 12 Country USA […]
EEK asks: I am looking for the same formula on this page, but targeting a range of MxN (spanning multiple […]
This article demonstrates how to find a value in a column and concatenate corresponding values on the same row. The […]
This blog post describes how to create a list of unique words from a cell range. Unique words are all […]
AJ Serrano asks: I have a column where each rows contains different values and I wanted to obtain the duplicate […]
This article demonstrates how to convert a range of cells containing strings separated by a delimiter into a range of […]
In this post I am going to add one more function to the weekly schedule I built in a previous […]
Table of Contents Automate net asset value (NAV) calculation on your stock portfolio Calculate your stock portfolio performance with Net […]
In this article, I will demonstrate four different formulas that allow you to lookup a value that is to be found […]
The array formula in cell B10 extracts duplicate values from cell range B2:D4 if they contain string specified in cell […]
The formula in cell B10 extracts unique distinct values from cell range B2:d4 that contains the string specified in cell […]
The array formula in cell B10 extracts duplicate values from cell range B2:D4 if they begin with the condition specified […]
The array formula in cell B10 extracts unique distinct values from cell range B2:D4 that begins with a given condition […]
This article demonstrates how to match a specified date to date ranges. The image above shows a formula in cell […]
Unique values are values occurring only once in cell range. This is what I am going to demonstrate in this blog […]
A unique value is a value that only exists once in a list. A unique distinct list contains all cell values […]
What's on this page Unique distinct values sorted based on frequency (single column) Unique distinct values sorted based on frequency […]
Table of Contents How to find the largest duplicate number How to find the largest duplicate number - Excel 365 […]
The image above shows an array formula in cell B12 that extracts values shared by cell range B2:D4 (One) and […]
The formulas above extracts values that exists only in one or the other cell range, if you are looking for […]
I read an interesting blog post Is A Particular Word Contained In A Text String? on Spreadsheetpage. That inspired me […]
Table of Contents How to perform a two-dimensional lookup Reverse two-way lookups in a cross reference table [Excel 2016] Reverse […]
This article demonstrates formulas that let you perform partial matches based on multiple strings and return those strings if all […]
Table of Contents Sum unique numbers Get Excel *.xlsx file Sum unique distinct numbers Get Excel *.xlsx file Sum number […]
First, let me explain the difference between unique values and unique distinct values, it is important you know the difference […]
Question: How to extract email addresses from this sheet? Answer: It depends on how the emails are populated in your worksheet? […]
In this blog post I will demonstrate methods on how to find, select, and deleting blank cells and errors. Why […]