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
 Interpolate from other Book
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

cw8bm68bhgeo

1 Posts

Posted - 07/27/2011 :  10:17:19 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver. and Service Release (Select Help-->About Origin): 8.5
Operating System: Windows 7

I would like to extract an interpolated value from another Workbook. If I were in the same Book I would e.g. use

"Col(B)(205)" to get an interpolated value for the data in column B at the X-Value of 205.
If I define a range with the data from another Book I can't seem to find any way of doing this.

easwar

USA
1964 Posts

Posted - 07/28/2011 :  2:43:17 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

You can use range notation to first define range for the column in the book. You can include book, sheet etc name so that book does not have to be the active window. So you can use code such as this:

range ry=[book1]sheet1!col(b);
ry(205)=;


You can refer to the LabTalk wiki, and this section in particular for interpolation:
http://wiki.originlab.com/~originla/ltwiki/index.php?title=Script:Interpolation

If you need more help please post in the LabTalk forum.

Easwar
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