Column formula to select column value matching other column values.
I have a table similar to the one below:I need to find the time since the 'START' step for each row. So, for each row I need to find the 'STARTTIME' value that match the 'BATCH' value and the Step as 'START' and then find the difference of that row's start time from the first start step - time stamp for that batch.Hoping to make it clearer; How do I write a column formula to do this? I am aware o...