cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

Discussions

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

Add value from multiple rows to once cell

Hi folks,

I want to insert multiple values into one cell. I have manually done it in the screen grab so i want the value from row 1,2,3 to be joined together and added to 3 rows.
Not sure how to complete this, do i need more identifiers so it can join the code. sorry I cant share the dataset due to IP reasons but below is a snippet

jearls11_0-1670887113545.png

 

1 REPLY 1
KarenC
Super User (Alumni)

Re: Add value from multiple rows to once cell

You can use a formula....

 

If contains(Process RC 2 , "RC1") then concatenate("[", char(:blasmultiplier), "," , lag(-1, char(:blasmultiplier)), lag(-2, char(:blasmultiplier)) )

else lag(1, Column 59)

 

That is a rough rendition....hopefully enough for you to figure it out... 

Recommended Articles