Counting within a cell
On Mon, 27 Oct 2008 09:11:03 -0700, cellcounting
wrote:
Need a function that can count how many times the number 3614 is within a
single cell.
examble value from cell "3614 ref lead 3614 ref go 3614"= 3
=(LEN(A1)-LEN(SUBSTITUTE(A1,"3614","")))/LEN("3614")
Obviously, you could put 3614 in some cell, and substitute that cell reference
in the above.
--ron
|