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
 Access data from another 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
matjes Posted - 05/29/2013 : 10:36:06 AM
Hello,
I'm pretty new to Origin and I was searching for an answer but couldn't find anything. Although, I guess it should be something very common to do.
I have a bunch of data in my first worksheet and I would like to have the slightly modified data in my second one. Therefore, I wanted to use "set column values..." and then I tried something like "Sheet1!B" in all kinds of variations to access the data of my B column in my first worksheet but nothing seems to work. I found something where it sais I have to use the menu "variables" in "set column values...". However, the menu "variables" doesn't exist.

Could anyone help me out? Shouldn't be that big of a deal to access data from another worksheet or is it?

thanks a lot for your help!

Origin Ver. and Service Release (Select Help-->About Origin): 8
Operating System: Windows
2   L A T E S T    R E P L I E S    (Newest First)
matjes Posted - 05/29/2013 : 11:07:52 AM
Hey,

works perfectly!

thank you very much
meili_yang Posted - 05/29/2013 : 11:03:54 AM
Hi,

I am using 8.5 and I have 'Variables' tab when set column value and also a 'Before Formula script' window where shows the variables. If you have neither of them, I guess you might use some simple scripts to do so. So please open 'Script window' from 'Window'. And try like this:

range r1 = [Book1]Sheet1!A;
range r2 = [Book2]Sheet1!B;
r2=5*r1;

Then you will set Column B of Book2 sheet1 to be 5 times of Column A of Book1 sheet1.

Hope it can help.

Meili
OriginLab

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