Hi everyone !
I have an issue as below:
1. I have 2 sheets named: "code" and "Detail"
2. In sheet code, range("Q2:R-lastRow") store the base radians of vehicle route.
3. In sheet Detail, range("G2:H-lastRow") store the everyday-route of vehicles.
4. Q and G store departure point, R and H store destination.
I would like a solution that compare Gi:Hi with Qj:Rj. if there is/there are Gi:Hi that doesn't fit Qj:Rj, notice the position of that Gi:Hi. If every row fit, just tell" Every row is fit.
5. j = 2 to 250, i = 3 to 42000.
Thanks in advance
I have an issue as below:
1. I have 2 sheets named: "code" and "Detail"
2. In sheet code, range("Q2:R-lastRow") store the base radians of vehicle route.
3. In sheet Detail, range("G2:H-lastRow") store the everyday-route of vehicles.
4. Q and G store departure point, R and H store destination.
I would like a solution that compare Gi:Hi with Qj:Rj. if there is/there are Gi:Hi that doesn't fit Qj:Rj, notice the position of that Gi:Hi. If every row fit, just tell" Every row is fit.
5. j = 2 to 250, i = 3 to 42000.
Thanks in advance