How do you count number of characters(tabular data) in a single cell?
How do you count number of characters(tabular data) in a single cell?
one way:
=LEN(A1)
which includes space characters, or
=LEN(SUBSTITUTE(A1," ",""))
which doesn't.
In article <[email protected]>,
Joe <[email protected]> wrote:
> How do you count number of characters(tabular data) in a single cell?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks