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
 Origin Forum
 Copying a few entries of a row into another row
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Pokepikachu

1 Posts

Posted - 08/15/2011 :  3:46:06 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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 :)

Hideo Fujii

USA
1582 Posts

Posted - 08/15/2011 :  4:14:00 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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
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