'User Defined Function' category
Table of Contents Search for a file in folder and sub folders - User Defined Function Search for a file […]
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. […]
This article explains how to perform multiple lookups based on values in one cell with a delimiting character using a […]
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 […]
Table of Contents How to save custom functions and macros to an Add-In How to add a custom-made item to […]
This article demonstrates two ways to calculate the number of times each word appears in a given range of cells. […]
This blog post describes how to create a list of unique words from a cell range. Unique words are all […]
Table of Contents Split values equally into groups Rearrange values based on category - VBA 1. Split values equally […]