'User Defined Function' category
Blake asks: I have a somewhat related question, if you don't mind: I have very large amount of text in […]
The image above demonstrates a user-defined function in cell range B6:D7 that allows you to search a folder and subfolders […]
This article demonstrates formulas and a UDF that searches for values in a table based on concatenated values and returns […]
This article demonstrates formulas that count values in cell based on a delimiting character. The image above shows a formula […]
This article demonstrates a User Defined Function (UDF) that counts unique distinct cell values based on a given cell color. […]
The SUBSTITUTE and REPLACE functions can only handle one string, this article demonstrates two ways to handle more than one […]
This article explains how to perform multiple lookups based on values in one cell with a delimiting character using a […]
In this vba tutorial I am going to show you how to return values from an udf, depending on where […]
This article demonstrates two formulas that extract distinct values from a filtered Excel Table, one formula for Excel 365 subscribers […]
Sean asks: Sheet1A B C D 8 Country Europe 9 Lights 100 10 Type A 200 11 12 Country USA […]
This article describes two ways to perform lookups in multiple in multiple cross reference tables simultaneously. The first one being […]
This post describes two ways to a search multiple ranges and calculate a total of the corresponding values across worksheets […]
This article demonstrates a user defined function that lists files in a ggiven folder and subfolders. A user defined function is […]
Macros and custom functions are great, they can automate many tedious tasks. To have them available whenever you need them, […]
The User Defined Function demonstrated in the above picture extracts unique distinct values also considering lower and upper case letters. […]
This article demonstrates two ways to calculate the number of times each word appears in a given range of cells. […]
Question:I would like to reduce the number of open items by identifying positive and negative amounts that net to zero […]
This article describes how to find a sum from a range of numbers using a user defined function. Let´s see […]
This blog post describes how to create permutations, repetition is NOT allowed. Permutations are items arranged in a given order meaning […]
This blog post demonstrates a custom function (UDF) that creates permutations. Repetition is allowed. The custom function lets you specify the […]
This post describes a custom function (User defined Function) that extract values existing only in one out of two cell […]
I tried the array formula in this post: Filter common values between two ranges using array formula in excel to […]
This article demonstrates a user defined function that extracts duplicate values and also count duplicates. Example, the image below shows a list containing […]
This article describes how to count unique distinct values in list. What is a unique distinct list? Merge all duplicates to one […]
This blog post describes how to create a list of unique words from a cell range. Unique words are all […]
This blog post describes how to create a list of unique distinct words from a cell range. Unique distinct words […]
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 […]
Question: How do I divide values equally into groups (3 lists or less)? This post shows you two different approaches, […]