Similar functionality as XLOOKUP() from Excel in JMP?
I have a data table where for each measured value the batch (#XXXX, #YYYY, #ZZZZ#), the storage temperature (5, 25 or 40) and the storage time (0, 3, 6, 9, 12) is specified. The idea is to subtract from each measure value the value with a storage time of 0 and the same batch and storage time as the in the row.
I was able to slove this in excel with XLOOKUP(). Is this also possible in JMP?