Category: Formulas – combined functions

Cuts string of list of items

An old lesson to one of my early classes to show how can we cut a string having list of items into its parts. (At...

Return 12 values in one number

A technic I loved using, return list of items (up to 12 items now) in ONE number. Let us say you have list of 12...

Searching table in 2 dimensions.

Using VLOOKUP + MATCH (HLOOKUP + MATCH, OFFSET + 2 MATCHes or INDEX + 2 MATCHes) to search a table in both axis. This post...

Search across sheets in function

Just when you need to search for a thing across sheets in a workbook. I am bored, so I am adding articles from my old...

Min Max vehicle

Finding which vehicle with minimum (or maximum) amount of savings among peers. This is an old request, found its formula in my archive to calculate...