cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • 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!

Discussions

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

How to combine two columns (with missing data)?

got a table with missing data like this:

Column1Column2
1
5
7
3

 

Need to combine it it to one column

 

Column3
1
5
7
3

 

I used sum but it didn't work. The only way I can do is using If and is Missing() formual. Any fast way to combine it? 

Thanks!

 

1 REPLY 1
jasongao
Level II

Re: How to combine two columns (with missing data)?

OK. I figured out. I need to use sum() instead of +.

Recommended Articles