Category: Len

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", "")...

Count how many times letter found

Found this in an old file while doing some digital cleaning This will show you how you can easily count how many times a letter...