cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

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