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
 Search columnm, return row value
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

taurum

Germany
1 Posts

Posted - 08/14/2014 :  2:45:25 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver.9.1.0G
Operating System:Win 7 64bit

Hi there,

i could need a little help with the following problem. I want to search a column for a minimum value and then return a value from the same row to a new cell. Is there any easy way to do this?

Thanks!

Hideo Fujii

USA
1582 Posts

Posted - 08/14/2014 :  5:20:50 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

Highlighting your data column and running the following 3-line script add a column which indicates the minimum value at the same index:
worksheet -i colnum(%C);
sum(%C);
wcol(colnum(%C)+1)[sum.imin]=sum.min;
Hope this is what you are looking for.

--Hideo Fujii
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