Thread
:
Count Spaces In A String
View Single Post
#
2
Posted to microsoft.public.excel.programming
Jim Rech
external usenet poster
Posts: 2,718
Count Spaces In A String
=LEN(A1)-LEN(SUBSTITUTE(A1," ",""))
--
Jim Rech
Excel MVP
Reply With Quote
Jim Rech
View Public Profile
Find all posts by Jim Rech