Hello,
So I wanted to filter out the start and end time from a list of dates and values. I was able to create a new column to just show a date when the value is >0. =IF(B1>0,A1,"").
But i would like to be able to create another table of just start and end time from the list from D. skipping anything in the middle and stopping when it hits a blank cell.
like so. (manual input)
I tried using =LET(f,FILTER(A2:200,B2:B200>0),INDEX(f,SEQUENCE(ROWS(f)/2,,,2)+{0,1})) but it only give me increments of 15 minutes.
like this which i don't want.
Any ideas?
So I wanted to filter out the start and end time from a list of dates and values. I was able to create a new column to just show a date when the value is >0. =IF(B1>0,A1,"").
But i would like to be able to create another table of just start and end time from the list from D. skipping anything in the middle and stopping when it hits a blank cell.
I tried using =LET(f,FILTER(A2:200,B2:B200>0),INDEX(f,SEQUENCE(ROWS(f)/2,,,2)+{0,1})) but it only give me increments of 15 minutes.
Any ideas?