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
 All Forums
 Origin Forum
 Origin Forum
 Extract Data from Worksheet

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Iskandar Posted - 06/22/2005 : 2:59:32 PM
Hi everybody,
I need to extract every 10th row from the origin data worksheet, and could not get the right formula in a dialog box

Analysis=>Extract Worksheet Data

If anyone could help me, I would greatly appreciate.

Origin Version (Select Help-->About Origin): Origin 7.5
Operating System: Windows XP
2   L A T E S T    R E P L I E S    (Newest First)
Iskandar Posted - 06/22/2005 : 3:19:29 PM
It works! Thanks a lot!
Mike Buess Posted - 06/22/2005 : 3:13:33 PM
Use the mod() function like this

Extract rows 1,11,21,...
if: mod(i,10)==1

Extact rows 2,12,22,...
if: mod(i,10)==2

Extract rows 10,20,30,...
if: mod(i,10)==0

Mike Buess
Origin WebRing Member

Edited by - Mike Buess on 06/22/2005 3:14:16 PM

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000