Month: August 2022

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...

Cells with additional spaces

Detect which cells has additional spaces added by mistake by user. =IF(AND(Left(F2, 2) = "No", LEN(F2) >2, "Space at end", "")...

Comments versus Notes

It is official and looks better now, I know it might be confusing, but I liked it so far Excel now has “Comments”, the classic...