D
dkenebre
How do I create a macro starting with row 80 that will match the 3 digi
combinations
in columns A:C and O:Q to the 3 digit combinations in A5:C30, wher
there is a match
and also, data in the corresponding cell in X5:X30, place that dat
from the X cell into
the corresponding cell in G or S, starting with row 80.
Also, I believe in the future I will need to add additional location
to find matches and
its data, then add the additional data to what is already listed in th
destignation cell.
So it would be helpful to know which cells to copy and update t
enhance the code
example1:
If
A80:C80=0,4,9
match found in
A7:C7=0,4,9
and
X7=904,049
then Answer: place 904, 049 into G80
G80=904, 04
combinations
in columns A:C and O:Q to the 3 digit combinations in A5:C30, wher
there is a match
and also, data in the corresponding cell in X5:X30, place that dat
from the X cell into
the corresponding cell in G or S, starting with row 80.
Also, I believe in the future I will need to add additional location
to find matches and
its data, then add the additional data to what is already listed in th
destignation cell.
So it would be helpful to know which cells to copy and update t
enhance the code
example1:
If
A80:C80=0,4,9
match found in
A7:C7=0,4,9
and
X7=904,049
then Answer: place 904, 049 into G80
G80=904, 04