Excel comparision

Buddy @priyankavivek
Your workflow looks good buddy…
Logic will work as only if the first gets passes it will get to the next if or will iterate through the next row …so the same in second if but has a assigned activity…it will work buddy…
Now you need to concentrate on adding the status to the excel…
Use write cell with input like if you want to enter in D colum put like in range
“D”+counter.tostring
Where counter is integer variable with default value of 1
Then after this write cell activit, increment the counter with +1 like this
Counter = counter+1

Thats all buddy you are done

Cheers @priyankavivek