Dear JMP users,
I need to create a column for time in minutes, which correspond to the duration considering the first Date as the starting point).
Dates were given in h:m:s AM/PM.
Do you know which formula I need to use ?
Thanks
Go to Solution
The formula is pretty straight forward
:Time - :Time[1]
I have attached an example data table
View solution in original post
Or you can use MINUTE() keyword to achieve the same result