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
The formula is pretty straight forward
:Time - :Time[1]
I have attached an example data table
The formula is pretty straight forward
:Time - :Time[1]
I have attached an example data table
Or you can use MINUTE() keyword to achieve the same result