The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 numbero of rows containing data
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

didodido85

Italy
Posts

Posted - 01/25/2006 :  10:01:10 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hello,

I can know how many cell in a specific coloumn containing data?

Thanks.

Best regards.

Mike Buess

USA
3037 Posts

Posted - 01/25/2006 :  10:20:05 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
Go to Top of Page

didodido85

Italy
Posts

Posted - 01/25/2006 :  11:27:27 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Very thanks Mike.
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000