I need to add below functionality in my script
Below is the excel:
Name Value1 Value2 PASS/FAIL
Name1 10 0 FAIL
Name2 20 5 PASS
Name3 30 0 FAIL
Name4 40 0 FAIL
Name5 50 0 FAIL
I need to search PASS string in 'PASS/FAIL' column. If 'PASS' string is present i need to move the Value1 to Value2 and Value1 column update as '0'.
Any help is appreciated.
Thanks in Advance.