counting a certain character

J

James

I have a cell with this the following data in it:
0800_______________________ 00000001 00005212 00012312

I would like to count the number of "_" in the cell. I have tried the
countif(A1,"*_*") but I only get a return of 1 count. I would like to know
how many of the "_" there are in the cell.

Thanks for the help.
 
J

James

It works and I was able to go through my 30,000 row spreadsheet and easily
see that there are difference with all the "_". It helped a great deal.
 
M

Mike H

Your welcome

James said:
It works and I was able to go through my 30,000 row spreadsheet and easily
see that there are difference with all the "_". It helped a great deal.
 
Top