| T O P I C R E V I E W |
| didodido85 |
Posted - 01/25/2006 : 10:01:10 AM Hello,
I can know how many cell in a specific coloumn containing data?
Thanks.
Best regards. |
| 2 L A T E S T R E P L I E S (Newest First) |
| didodido85 |
Posted - 01/25/2006 : 11:27:27 AM Very thanks Mike. |
| Mike Buess |
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 |