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
Ash
Ash
Level I

How to make a formula to pick out the minimum date from a row of data

Hi there, 

I new to JMP and was wondering if someone could help me a question.

I have multiple rows of data (that are dates) and I want to be able to another column which captures the earliest date from each row. Is there away to do that?

Thanks. 

2 REPLIES 2
txnelson
Super User

Re: How to make a formula to pick out the minimum date from a row of data

The formula for the new column would be

min( :Date1, :Date2, :Date3 );
Jim
Ash
Ash
Level I

Re: How to make a formula to pick out the minimum date from a row of data

Thank you so much!

Recommended Articles