cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Learn some foundational elements of JMP Scripting Language (JSL) and how to extend point & click automation into repeatable, shareable routines. Register. June 26, 2 p.m. US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

How do I create a new column that will populate values from column 2 or 3 based on values from column1?

I am trying to create a new column "Desired Column" that will combine columns "Sample1" and "Sample 2" depending on value from column "Group". Can anyone point me in the right direction for this?

 

DegreesOfGen19_0-1666304720117.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
KarenC
Super User (Alumni)

Re: How do I create a new column that will populate values from column 2 or 3 based on values from column1?

Perhaps the "Match" function will do the trick? In the formula editor Conditional > Match

KarenC_0-1666307225870.png

 

View solution in original post

2 REPLIES 2
KarenC
Super User (Alumni)

Re: How do I create a new column that will populate values from column 2 or 3 based on values from column1?

Perhaps the "Match" function will do the trick? In the formula editor Conditional > Match

KarenC_0-1666307225870.png

 

Re: How do I create a new column that will populate values from column 2 or 3 based on values from column1?

 Thanks KarenC, that's exactly what I've been looking to find. It works prefect!

Recommended Articles