Hi there
i want to add a new column to calculate the different in time
how can i do it?
thanks
Is this always the structure of the data? If so, this will work:
yes it's always comes in different row ( follow each other )
Understood - well hopefully you have a column to Group By then! Otherwise you might need to use a Multi-Row Formula to create those groupings so the difference calculations don't overlap. The above will still work - you just need to select that grouping column!
it worked thanks!!