Hi can someone help me create macro which will go on all sheets in workbook and searche for consecutive "Failed Status" within the period of 15 minutes and highlight them. Here is the example
time |
status |
03.11.2015 07:15 |
Failed |
03.11.2015 07:17 |
Failed |
03.11.2015 07:19 |
Failed |
03.11.2015 07:28 |
Failed |
03.11.2015 07:32 |
Successful |
03.11.2015 07:38 |
Failed |
the first 4 rows have consecutive "Failed" status in period of 15 min and they should be highlighted.
I found some code that can be used but i need to change it.
here the problem here is that it should first find "Status" column and check consecutive values there and that see if its in a time of 15 min. 
Thank you
Bookmarks