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!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
  • 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
defcon
Level I

Finding minimum value within each repeating sequence of column values

What formula will find a minimum value within each repeating sequence of column values?

I have a large database in which I wish to report the minimum (maximum) value within each 7-member, repeating sequence in a column of real values.

Thanks for any help.
2 REPLIES 2
louv
Staff (Retired)

Re: Finding minimum value within each repeating sequence of column values

You can go to Tables>Summary>Column of Interest>Statistics>Min
ms
Super User (Alumni) ms
Super User (Alumni)

Re: Finding minimum value within each repeating sequence of column values

To add to above comment: If you have or can make an index column with an unique value for each of your series you can add that to the "Group" field in the Summary dialog in order to get the minimum for each of the series.

Recommended Articles