mfaisal.ce
Member
Dear,
I have a file with 02 columns,
1. Time
2. Status
I need to get the time when the Status is "FALSE".
Example,
From 4 to 5 and 8 to 11, the value in the Status column is "FALSE"
How to pragmatically extract this information and save in a Single Cell.
Consider Range is not fixed and is changing.
Regards,
I have a file with 02 columns,
1. Time
2. Status
I need to get the time when the Status is "FALSE".
Example,
02:00:00 | TRUE |
03:00:00 | TRUE |
04:00:00 | FALSE |
05:00:00 | FALSE |
06:00:00 | TRUE |
07:00:00 | TRUE |
08:00:00 | FALSE |
09:00:00 | FALSE |
10:00:00 | FALSE |
11:00:00 | FALSE |
12:00:00 | TRUE |
From 4 to 5 and 8 to 11, the value in the Status column is "FALSE"
How to pragmatically extract this information and save in a Single Cell.
Consider Range is not fixed and is changing.
Regards,