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
 automated counting columns

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
TimSch Posted - 01/06/2019 : 07:12:49 AM
Origin 2017G (64-bit) SR2; b9.4.2.380

Hello,

another problem I have is:

At the attached images you see three books. I use subtract in Book3 Book2 from Book1, column per column. The first column is the y coordinate. These column I just copy.

Until now I copy the formula of column B(Y) into every following column and change the column character manually.

My questions ist, if there is a possiblity to use a counting variable for the characters of the columns.

Like: range rNe = [Book1]Sheet1!Col(n)
n = column book1 and book2

Thank you for your help!

2   L A T E S T    R E P L I E S    (Newest First)
TimSch Posted - 01/07/2019 : 03:53:49 AM
Hi,

this help works also! :)
Thank you!

Best Regards
Tim
AmandaLu Posted - 01/07/2019 : 01:38:05 AM
Hi,

Please use “wcol(j)”. For example, highlight multiple columns, right click and select “Set Multiple Columns Values”. Define such in the “Before Formula Script”

range nB1=[book1]Sheet1!wcol(j);
range nB2 = [book2]Sheet1!wcol(j);

then enter

nB1-nB2

in the formula edit box.

Thanks,
Amanda
OriginLab Technical Service

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