Good evening everyone,
first of all, thank you. Although I was not active on the forum, I read so many posts of people who posted solutions to different problems which I used to build steps for my automation.
Alas, I reached a line where I can’t think of an option for what I can do with the next step.
Can you please advise me on what I can do here?
I have an Excel Test.xlsx. In it there are 2 Sheets: TestList and TestTable. In Test.xlsx there are 2 Rows: RESET and ATM.
There are 4 types of reset that the ATM can have:
The first one "RESET NIEUDANY, because it only contains the words RESET NIEUDANY:
20:40:10* CDM - RESET NIEUDANY - BLAD URZADZENIA
The second one “INIT BNA RESET NIEUDANY”, because it contains the words “INIT BNA” and “RESET NIEUDANY”:
15:43:25URUCHOMIONO INIT BNA - KASETA RETRAKTOWA
15:43:25 CDM - RESET NIEUDANY - BLAD WYPLATY
The third one “RESET UDANY”, because it only contains the words RESET UDANY:
07:29:31* CDM - RESET UDANY
And the fourth one “INIT BNA RESET UDANY”, because it contains the words “INIT BNA” and “RESET UDANY”:
17:29:42URUCHOMIONO INIT BNA - KASETA RETRAKTOWA
17:29:42ROZPOCZETO RETRACT DO RETRACT BIN
17:30:15* CDM - RESET UDANY
I’m trying to figure out how I can read the data from TestTable and write it to Sheet TestTable how many resets happened for the ATMs.
In Sheet HowItShouldLook I wrote it manually how the output should look.
Any advice on how can I achieve that?
Thank you very much.
Test.xlsx (10.1 KB)