How to connect formulas to dedicated colums instead of row number
Hey everybody,From my predecessor I inherit some data files with these kind of formulas (see also attached file):
Match( :Phase,
"Preparation", (:Date_time[2] - :Date_time[1]) / 3600,
"Cultivation", (:Date_time[5] - :Date_time[3]) / 3600,
"Harvest", (:Date_time[7] - :Date_time[6]) / 3600
)
I would like to exchange the row numbers with dedicated Timepoints, so that it doesn't matter at what ro...