|
Mike Buess
USA
3037 Posts |
Posted - 01/25/2006 : 10:20:05 AM
|
This will tell you how many cells in column A are filled with numbers, text or missing values (--)...
get col(A) -e npt; npt=; NPT=number of filled cells
This will tell you the number of numeric values...
sum(col(A)); sum.n=; SUM.N=number of numeric values
Mike Buess Origin WebRing Member |
 |
|