G
Gotroots
Here is an explanation of what I am trying to achieve. If you need further
clarification please do let me know.
AutoBook1 Sheet1
A10 Make B10 Type1 C10 Type2 D10 Type3
A11 Ford B11 Formatted C11 Formatted D11
A12 Chrysler B12 C12 Formatted D12 Formatted
A13 Toyota B13 Formatted C13 D13
A14 GM B14 Formatted C14 Formatted D14
A15 Honda B15 C15 Formatted D15 Formatted
A16 BMW B16 C16 D16 Formatted
AutoBook2 Sheet2
A9 Make B9 Type1 C9 Type2 D9 Type3
A10 Mercedes B10 C10 value D10 Value
A11 GM B11 value C11 value D11
A12 Toyota B12 value C12 D12
A13 Ford B13 value C13 value D13
A14 BMW B14 C14 D14 value
A15 Honda B15 C15 value D15 value
A16 Chrysler B16 C16 value D16 value
I need code to determine which values belonging in Autobook2 are in
Autobook1. When a match is found in Autobook1 the corresponding cell is
formatted with a border cell colour.
For example Autobook2 A11 GM has a value in B11 which belongs to heading
Type1 in cell B9
Code should then look in Autobook1 and find the value GM in colA11:A16
If found then the code should then look in rowA1010 and find the value Type1
If found then format the corresponding cell with a border colour.
Formatted cells in Autobook1 may or may not contain a value.
clarification please do let me know.
AutoBook1 Sheet1
A10 Make B10 Type1 C10 Type2 D10 Type3
A11 Ford B11 Formatted C11 Formatted D11
A12 Chrysler B12 C12 Formatted D12 Formatted
A13 Toyota B13 Formatted C13 D13
A14 GM B14 Formatted C14 Formatted D14
A15 Honda B15 C15 Formatted D15 Formatted
A16 BMW B16 C16 D16 Formatted
AutoBook2 Sheet2
A9 Make B9 Type1 C9 Type2 D9 Type3
A10 Mercedes B10 C10 value D10 Value
A11 GM B11 value C11 value D11
A12 Toyota B12 value C12 D12
A13 Ford B13 value C13 value D13
A14 BMW B14 C14 D14 value
A15 Honda B15 C15 value D15 value
A16 Chrysler B16 C16 value D16 value
I need code to determine which values belonging in Autobook2 are in
Autobook1. When a match is found in Autobook1 the corresponding cell is
formatted with a border cell colour.
For example Autobook2 A11 GM has a value in B11 which belongs to heading
Type1 in cell B9
Code should then look in Autobook1 and find the value GM in colA11:A16
If found then the code should then look in rowA1010 and find the value Type1
If found then format the corresponding cell with a border colour.
Formatted cells in Autobook1 may or may not contain a value.