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 for Programming
 LabTalk Forum
 reference to sheet name and column

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
m_kera Posted - 06/05/2020 : 03:55:50 AM
Hi,

I have some problem programming following: I have quite big database with data of 3 variables. It is divided in such a way that 1 variable divides data to different sheets, 2 variable divides to columns and 3 is used as x variable. Now I need to extract very specific points from this database. In 3 columns I have stored the 3 variables for which I need to extract the values. The question is how can I refer to those values and change them into sheet and column names? Can someone have any suggestion?
3   L A T E S T    R E P L I E S    (Newest First)
kislein Posted - 07/05/2020 : 12:47:05 AM
Pretty cool and awesome.
m_kera Posted - 06/08/2020 : 12:00:28 PM
Hi Chris,

Thanks for the reply. I tried to make range notation but it just not working the way I want it. I'm not doing something right. What I need is something like below, where my sheet name, column and row names can be taken from the columns next to it but I'm not even sure if that's possible.
1 5 5 1![5,5]
1 3 8 1![3,8]
1 8 6 1![8,6]
5 7 4 5![7,4]
8 1 3 8![1,3]
9 1 6 9![1,6]

Thanks,
Monika
Chris D Posted - 06/08/2020 : 11:01:56 AM
If you are looking for a text representation of those variables, perhaps making text that looks like a LabTalk range. For example, assuming point 9 in column D in Sheet3 in Book1:

[Book1]Sheet3!D[9]


Maybe something like that?

Perhaps i misunderstand what you want however.

Thanks,
Chris Drozdowski
Originlab Technical Support

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