hi all.
can someone help me.
i need to do 2 things with the same macro.
i have two worksheets, lets make it 'client list' and 'target usage'.
the 'client list' contains active usage data.
something like this
A | B | C
1| Bolesco | 6559 |
2| Casidra | 3261 |
3| Donford | 1755 |
4| Just Connect | 7559 |
5| Maxtel | 1220 |
6| Mobifin | 1692 |
7| Pinnacle | 4458 |
the 'target usage' sheet will look something like this:
A | B | C
1| Bolesco | 7000 |
2| Casidra | 3500 |
3| Donford | 1500 |
4| Just Connect | 8000 |
5| Maxtel | 1500 |
6| Mobifin | 1700 |
7| | |
as you can see, the order of column A differ. also, there will be clients in the 'client list' that is not in the 'target usage' list.
here is what i need to do:
first:
compare columns A in 'client list' with column A in 'target usage'. if match is found, copy the info from 'target usage' column B to 'client list' column C in the same row as the where the matching client name was found.
second:
if there is a client in 'client list' sheet that is not in the 'target usage' sheet, the client name must be marked with red, as well as cell 'C' for the relevant client.
so, from the two sheets above, this must be the result:
"Client List" worksheet
A | B | C
1| Bolesco | 6559 | 7000
2| Casidra | 3261 | 3500
3| Donford | 1755 | 1500
4| Just Connect | 7559 | 8000
5| Maxtel | 1220 | 1500
6| Mobifin | 1692 | 1700
7| Pinnacle | 4458 | (Cell Colour Red)
please help
can someone help me.
i need to do 2 things with the same macro.
i have two worksheets, lets make it 'client list' and 'target usage'.
the 'client list' contains active usage data.
something like this
A | B | C
1| Bolesco | 6559 |
2| Casidra | 3261 |
3| Donford | 1755 |
4| Just Connect | 7559 |
5| Maxtel | 1220 |
6| Mobifin | 1692 |
7| Pinnacle | 4458 |
the 'target usage' sheet will look something like this:
A | B | C
1| Bolesco | 7000 |
2| Casidra | 3500 |
3| Donford | 1500 |
4| Just Connect | 8000 |
5| Maxtel | 1500 |
6| Mobifin | 1700 |
7| | |
as you can see, the order of column A differ. also, there will be clients in the 'client list' that is not in the 'target usage' list.
here is what i need to do:
first:
compare columns A in 'client list' with column A in 'target usage'. if match is found, copy the info from 'target usage' column B to 'client list' column C in the same row as the where the matching client name was found.
second:
if there is a client in 'client list' sheet that is not in the 'target usage' sheet, the client name must be marked with red, as well as cell 'C' for the relevant client.
so, from the two sheets above, this must be the result:
"Client List" worksheet
A | B | C
1| Bolesco | 6559 | 7000
2| Casidra | 3261 | 3500
3| Donford | 1755 | 1500
4| Just Connect | 7559 | 8000
5| Maxtel | 1220 | 1500
6| Mobifin | 1692 | 1700
7| Pinnacle | 4458 | (Cell Colour Red)
please help