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
 delete specific data rows
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

antonio.vellei

Austria
2 Posts

Posted - 10/20/2014 :  07:37:52 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver. and Service Release (Select Help-->About Origin):
Origin 8.0.063.988 SR6

Operating System:
Windows 7

Hallo I would like to know how can I delete specific rows from the active worksheet.
Lets say I have the following workbook of 7 or more rows:
A(X) B(Y)
1 3.1 3
2 3.5 2
3 3.4 3
4 xy wrong
5 eq wrong
6 3.7 4
7 3.8 2
.......

I would like to delete only rows 4 and 5 for all the columns (where I tiped the world "wrong").
How can I do please? I tried several attemps with (mark -d, del -ra, etc) without succeeding.


Is there also a way to define the range to be deleted like "since row number XX till the last row"?

Thanks!
Antonio.

Antonio.

greg

USA
1378 Posts

Posted - 10/20/2014 :  2:10:29 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
mark -d col(1) -begin 4 -end 5; // From row 4 to and including row 5
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