cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Due to inclement weather, JMP support response times may be slower than usual during the week of January 26.
    To submit a request for support, please send email to support@jmp.com.
    We appreciate your patience at this time.
  • Register to see how to import and prepare Excel data on Jan. 30 from 2 to 3 p.m. ET.

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