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
 Calculation with user parameters

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
Adamantan Posted - 06/02/2021 : 05:59:05 AM
Hey,
I have raw data in column B of worksheet AbsorbanceRaw. Now i calculate a mean value of a range of rows and store it in userparameter mean_600

in a second worksheet I tried to subtract that mean_600 value from every single Value of AbsorbanceRaw!B as follows:

F(x)=AbsorbanceRaw!B-col(B)[mean_600]$
this fails ;(

However, F(x)=AbsorbanceRaw!B works as well as col(B)[mean_600]$ when written in a random cell of worksheet corrbl.

Any ideas why F(x)=AbsorbanceRaw!B-col(B)[mean_600]$ fails?

Origin Ver. and Service Release (Select Help-->About Origin): OriginPro 2020b (9.7.5.184 )
Operating System: Win2000
2   L A T E S T    R E P L I E S    (Newest First)
Adamantan Posted - 06/02/2021 : 09:23:43 AM
Thanks very much!
Shirley_GZ Posted - 06/02/2021 : 06:21:07 AM
Hi Adamantan,

please correct the function as below:

F(x)=AbsorbanceRaw!B-%(B[mean_600]$)

Thanks,
Shirley
OriginLab

Originlab Technical Service Team

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