Hello everyone,
First of all, Happy New Year!
I would like to kindly ask for your support with this one. I have 2 excel sheets - sheet1 and sheet2.
I would like to check if the values from sheet1, Column D (starting from cell D2 and all below) exists somewhere in Column S in sheet2.
If yes, then return all matching rows from sheet2, Column S, Column G and Column I into the corresponding rows of Column F, Column G and Column H in sheet1.
I'd really appreciate your support with this one!
Many thanks!
Here is the data I am using:
sheet1
sheet2
First of all, Happy New Year!
I would like to kindly ask for your support with this one. I have 2 excel sheets - sheet1 and sheet2.
I would like to check if the values from sheet1, Column D (starting from cell D2 and all below) exists somewhere in Column S in sheet2.
If yes, then return all matching rows from sheet2, Column S, Column G and Column I into the corresponding rows of Column F, Column G and Column H in sheet1.
I'd really appreciate your support with this one!
Many thanks!
Here is the data I am using:
sheet1
workbook.xlsx | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | Sales ID | ID | Brutto | Netto | ||||||
2 | 1 | |||||||||
3 | 100 | |||||||||
4 | 500 | |||||||||
5 | 800 | |||||||||
6 | 955 | |||||||||
7 | 55 | |||||||||
sheet1 |
sheet2
workbook.xlsx | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | |||
1 | Brutto | Netto | ID | ||||||||||||||||||
2 | 49,41 | 44,47 | 1 | ||||||||||||||||||
3 | 668,85 | 601,96 | 1 | ||||||||||||||||||
4 | 58,24 | 52,42 | 25 | ||||||||||||||||||
5 | 9,8 | 8,82 | 36 | ||||||||||||||||||
6 | 0,68 | 0,61 | 15 | ||||||||||||||||||
7 | 300,55 | 270,49 | 55 | ||||||||||||||||||
8 | 3,99 | 3,59 | 22 | ||||||||||||||||||
9 | 351,21 | 316,09 | 55 | ||||||||||||||||||
10 | 5803,05 | 5222,74 | 100 | ||||||||||||||||||
11 | 4994,94 | 4495,45 | 1 | ||||||||||||||||||
12 | 42,67 | 38,4 | 65 | ||||||||||||||||||
13 | 26,4 | 23,76 | 90 | ||||||||||||||||||
sheet2 |