xcruc1at3r
Member
I have one workbook (Excel 2007) with 2 sheets. Sheet-1 contains 4 columns like the following:
Excel Sheet 1
COLUMN 1 COLUMN 2 COLUMN 3 COLUMN 4
1005 10 Sam Royal Blue
1005 20 Peter Navy Blue
1006 50 Mary Rose
1100 40 Sonam Green
1156 80 Rashmi Pink
And the Sheet -2 also contains 4 columns. The result should be like the following:
RESULT
Excel Sheet 2
COLUMN 1 COLUMN 2 COLUMN 3 COLUMN 4
997 90 Rupa
1005 10 Sam Royal Blue
1100 40 Sonam Green
1100 40 Sonam Green
1156 80 Rashmi Pink
886 30 Vanaja
775 50 Vivek
1005 20 Peter Navy Blue
1006 50 Mary Rose
1006 60 Varun
1100 40 Sonam Green
1005 40 Priya
1156 80 Rashmi Pink
What I need now is, if the Sheet-2 (first 3 columns) data match with the Sheet-1 (first 3 columns) data, then the fourth column of Sheet-2 to be automatically filled with Sheet-1 fourth column data & HIGHLIGHT the Matching Data
Range should be based on dynamic search
Excel Sheet 1
COLUMN 1 COLUMN 2 COLUMN 3 COLUMN 4
1005 10 Sam Royal Blue
1005 20 Peter Navy Blue
1006 50 Mary Rose
1100 40 Sonam Green
1156 80 Rashmi Pink
And the Sheet -2 also contains 4 columns. The result should be like the following:
RESULT
Excel Sheet 2
COLUMN 1 COLUMN 2 COLUMN 3 COLUMN 4
997 90 Rupa
1005 10 Sam Royal Blue
1100 40 Sonam Green
1100 40 Sonam Green
1156 80 Rashmi Pink
886 30 Vanaja
775 50 Vivek
1005 20 Peter Navy Blue
1006 50 Mary Rose
1006 60 Varun
1100 40 Sonam Green
1005 40 Priya
1156 80 Rashmi Pink
What I need now is, if the Sheet-2 (first 3 columns) data match with the Sheet-1 (first 3 columns) data, then the fourth column of Sheet-2 to be automatically filled with Sheet-1 fourth column data & HIGHLIGHT the Matching Data
Range should be based on dynamic search