G
Guest
Hello, I would like to compare to excel file 2 excel file cell/column and
check if it is different.
here is my idea:
IF xls1 A2 is found in xls2 column B(ANY CELL IN COLUMN B)
then check IF xls1 B2 is equal to xls2 B(CELL OF THE RESULT ABOVE)
IF equal then input "ok" in xls1 F2
If not equal input "wrong" in xls1 F2
else input "not found" in xls1 F2
check if it is different.
here is my idea:
IF xls1 A2 is found in xls2 column B(ANY CELL IN COLUMN B)
then check IF xls1 B2 is equal to xls2 B(CELL OF THE RESULT ABOVE)
IF equal then input "ok" in xls1 F2
If not equal input "wrong" in xls1 F2
else input "not found" in xls1 F2