Hey guys...
I need some VBA help. I'm not sure how difficult this will be, but it's way out of my league for now unfortunately.
Here's a sample spreadsheet:
Here's the challenge:
Lookup the values in column A. Locate them in colum B. Find the corresponding value in column C. Take the value found in column C and insert it below the correct value in column A.
Example of completed spreadsheet:
Can anyone offer up some help? Much appreciated as always. Thanks.
Dan
I need some VBA help. I'm not sure how difficult this will be, but it's way out of my league for now unfortunately.
Here's a sample spreadsheet:
Index Match Example.xls | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Shoe | Shoe | Color | |||
2 | Nike | Nike | White | |||
3 | Reebok | Reebok | Gray | |||
4 | NewBalance | NewBalance | Blue | |||
5 | Nike | Blue | ||||
6 | Reebok | Red | ||||
7 | Reebok | Green | ||||
8 | NewBalance | White | ||||
Sheet1 |
Here's the challenge:
Lookup the values in column A. Locate them in colum B. Find the corresponding value in column C. Take the value found in column C and insert it below the correct value in column A.
Example of completed spreadsheet:
Index Match Example.xls | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
12 | Shoe | |||||
13 | Nike | |||||
14 | White | |||||
15 | Blue | |||||
16 | Reebok | |||||
17 | Gray | |||||
18 | Red | |||||
19 | Green | |||||
20 | NewBalance | |||||
21 | Blue | |||||
22 | White | |||||
Sheet1 |
Can anyone offer up some help? Much appreciated as always. Thanks.
Dan