Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAHere are two solutions - one that compares adjacent values, groups by those values and then sums based on those (good for a ginormous dataset) and one that creates all possible minutes when the light is left on and then counts the distinct values (good for smaller datasets).
👾
My solution:
Calculated the differences with the Formula tool then correct the duration in the Multi-Row tool with two outcomes.