anyone know how to trigger a label in a row after a special time range?
explained more clearly in sheet
anyone know how to trigger a label in a row after a special time range?
explained more clearly in sheet
Assuming timer value is minutes, try this at A5:
=B3+C1/1440
Godspeed!
sorry Estevaoba, does not work ... timer value is minutes
Maybe this in B1 (and drag-copied down):
=IF(IFERROR(OFFSET(A1,-$C$1+1,0),"")="Start","End","")
Another way array entered in B1 and filled down. If you aren’t familiar with array-entered formulas array enter means the formula must be committed from edit mode by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.Formula:
=IFERROR(IF(MATCH(ROWS($1:1),IF($A$1:$A$17="Start",(ROW($A$1:$A$17)-1)+$C$1),0),"End"),"")
Dave
nice one both work amazing... ** for all.
Thanks for the feedback and marking this Solved.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks