
Originally Posted by
Avyx
I have a table full of data (id, time, state). What I want to do for data with the same id, is look for state A, and state C, and figure out the time elasped between them. I somewhat know how to do it if it was from state A to B, as they would be beside each in the table, but if it jumps a state, I don't really know where to start.
Generally a good idea to outline desired results when you provide sample data as it helps clarify the logic.
As it is - I'm not really sure I understand the requirements - if you wanted a cumulative elapsed time then using your sample:
Apply Custom Format to D2 onwards of: [h]:mm:ss
Bookmarks