Hi all:
I have data in sheets(data), I want macro to do that:
1. Minus value Column(D,E,F,G,H,I) with column(M,N,0,P,Q,R) like this:
Si = Di - Mi
Ti = Ei - Ni
Ui = Fi - Oi
Vi = Gi - Pi
Wi = Hi - Qi
Xi = Ii - Ri
2. Check value row i = 1 to last row that:
if Si<>0 or Ti<>0 or Ui<>0 or Vi<>0 or Wi<>0 or Xi<>0 then row(i) mark red font.
Thanks.
I have data in sheets(data), I want macro to do that:
1. Minus value Column(D,E,F,G,H,I) with column(M,N,0,P,Q,R) like this:
Si = Di - Mi
Ti = Ei - Ni
Ui = Fi - Oi
Vi = Gi - Pi
Wi = Hi - Qi
Xi = Ii - Ri
2. Check value row i = 1 to last row that:
if Si<>0 or Ti<>0 or Ui<>0 or Vi<>0 or Wi<>0 or Xi<>0 then row(i) mark red font.
Thanks.