Hello all, i need help
I have to compare row1 & row2, row2 & row 3, row3 & row4…row7 & row 8…
- Loop Row1 compare Row2 → not same → Action2
- Loop Row2 compare Row3 > not same → Action2
- Loop Row3 compare Row4 > same → Action1 → skip loop Row4
- Loop Row5 compare Row6 > not same → Action2
Because when check row3&4 same data, my app will combine row3&row4 → don’t have row4 to compare Row5. Continue to Row5 compare Row6