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
 Lookup help
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

jasonmorales1618

1 Posts

Posted - 06/11/2015 :  1:57:30 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver. 2015 SR0 and Service Release (Select Help-->About Origin):
Operating System: Windows 7 64 bit

Problem:
Having trouble using "Lookup" function. I'm trying to use it like 'vlookup' in MS Excel.

Environment:
Single workbook: "Book1"
Multiple worksheets: "Sheet 1", "Lists"

Columns:
"Lists"
Col(A) Col(B)
format: [text] [text]
1 red
2 green
3 blue
4 brown

"Sheet 1"
Col(C) Col(D)
format: [text] [text]
1
1
4
2
3
1
...

Under 'F(x)=' in Col(D) I have tried:
'Lookup(Col(C),Lists!Col(A),Lists!Col(B))'

I'm getting errors that 'Col(A) is unknown'

I have playing around with different derivations of the above 'Lookup' example I gave, the best I could get would be to have every row in Col D populated with 'red'. It looks like it is taking the first entry in Col(C) only.

snowli

USA
1386 Posts

Posted - 06/11/2015 :  2:39:44 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hello,

Origin doesn't support Lists!Col(A) syntax to call columns on different sheet or book. You have to define range variable in Before formula script for such columns first.

Also when using Lookup(), don't forget to add $ after ().

See how I made it work:


BTW, in SCV dialog, if you double click lookup in the formula box, you can see the syntax and example.
Thanks, Snow
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