Hi there
Please help me with a VBA code to get the below things from a machine log file,
Excel workbook is kept in the below path:-
https://www.dropbox.com/s/5truxr18mf...book.xlsx?dl=0
Info:-
1. One cycle means Time between Process start and Process end, Refer column C in the workbook.
2. Machine interruptions are captured in column E.
Requirement:-
1. Need to calculate Cycle time, i,e; Time difference between process start and process end for each cycle in the column C.
2. Need to calculate Time between Process start and 1st Interrupt* (* If there is any interruption in that cycle)
3. Need to calculate Time differences between the interrupts in a cycle* (* If there are more than one interruption in that cycle)
All calculated values should come in respective rows in column I.
Please help me as soon as possible.
Thanks,
Yathi
Please help me with a VBA code to get the below things from a machine log file,
Excel workbook is kept in the below path:-
https://www.dropbox.com/s/5truxr18mf...book.xlsx?dl=0
Info:-
1. One cycle means Time between Process start and Process end, Refer column C in the workbook.
2. Machine interruptions are captured in column E.
Requirement:-
1. Need to calculate Cycle time, i,e; Time difference between process start and process end for each cycle in the column C.
2. Need to calculate Time between Process start and 1st Interrupt* (* If there is any interruption in that cycle)
3. Need to calculate Time differences between the interrupts in a cycle* (* If there are more than one interruption in that cycle)
All calculated values should come in respective rows in column I.
Please help me as soon as possible.
Thanks,
Yathi