I have cell "B16" that displays a "1" if a particular machine is running or "0" if it is not running. These values are updated live, but I want to keep record of the timestamp of when this value changes (whether from 1 to 0 or vice versa) and create a list where the next available cells below are populated with the next status change and time stamp. The purpose of this is to be able to determine when the machine went down, how long it was down for, and when it started to run again.
Thank you, GEstrada