cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm 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