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!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm US Eastern Time.

Discussions

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

Sixth data extraction

Let say I have data "12345278" and "12345078" and would like to extract out the sixth, any formula I can use?
Coz if use Right(data,3), then the data will be "278" or "078"

For every sequence have to be extracted out in diff column, so it might be quite inconvenient to use like this: Left(Right(data,3),1) 

Any suggested method to do this?

1 ACCEPTED SOLUTION

Accepted Solutions
Craige_Hales
Super User

Re: Sixth data extraction

The Scripting Index is in the Help menu.The Scripting Index is in the Help menu.

Craige

View solution in original post

2 REPLIES 2
Craige_Hales
Super User

Re: Sixth data extraction

The Scripting Index is in the Help menu.The Scripting Index is in the Help menu.

Craige
Sysy13
Level II

Re: Sixth data extraction

Thank you!

Recommended Articles