Counting Question

  • Thread starter Thread starter TrentA
  • Start date Start date
T

TrentA

I have the following formula in a cell

=LEN(SUBSTITUTE(A1,",",""))

This is for counting data such as:

1,2,3,4

If I just want to count the numbers (and not the commas) it works
fine. But I would like to drag this down and count an entire column
but in some of the cells I have data such as:

1,2*,3,4,5**,6,7*,8

Again I just want to count the numbers, not the commas or the
asteriks.

Thanks
 
Back
Top