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
 Copying a few entries of a row into another row

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
Pokepikachu Posted - 08/15/2011 : 3:46:06 PM
Origin Ver. 8 and Service Release (Select Help-->About Origin):
Operating System: Windows 7 32 Bit

Hi all.

I got a work sheet with a row of data. Those row got 2000 entries. I like to copy the entries from 1 to 1000 into a second row and the data from 1001 to 2000 into another row (3rd row).

When I try col(b)=col(a)[1] The complete 2 row is filled with the first entry of the row. So I tried col(b)=col(a)[1:1000], but it doesnt work. There are only empry entries. So what solution would be suitable for me.

Thank you for help and answers :)
1   L A T E S T    R E P L I E S    (Newest First)
Hideo Fujii Posted - 08/15/2011 : 4:14:00 PM
Hi Pokepikachu,

Full notation of range is not supported in the formula.
You need to have a range declaration to make a well-defined formula.
Therefore, you can use:
range aa=col(a)[1:1000];
col(b)=aa;
--Hideo Fujii
OriginLab

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