Hello
I'm looking for a good idea as I am not sure where to start on this project.
I have a list of events, every time an alarm is raised, and every time the state goes back to normal. Sometimes the program makes two alarm or two normal events, but I am only looking at the first alarm and the first "back to normal" each time. (marked with green just to show)
I need to find the total time, the program has been in "alarm" and sum that up for the month (or between to dates)
I guess I have to start by making the timestamp column (A) a time, and not just text, but what then? How do I find an Alarm and look for the next Normal upwards in the sheet? I hoped I could look for the next "New state" in column G, but those seem random.
Thanks in advance for your input
I'm looking for a good idea as I am not sure where to start on this project.
I have a list of events, every time an alarm is raised, and every time the state goes back to normal. Sometimes the program makes two alarm or two normal events, but I am only looking at the first alarm and the first "back to normal" each time. (marked with green just to show)
I need to find the total time, the program has been in "alarm" and sum that up for the month (or between to dates)
I guess I have to start by making the timestamp column (A) a time, and not just text, but what then? How do I find an Alarm and look for the next Normal upwards in the sheet? I hoped I could look for the next "New state" in column G, but those seem random.
Thanks in advance for your input