Amit Desai
New Member
- Joined
- Mar 21, 2020
- Messages
- 16
- Office Version
- 2013
- Platform
- Windows
Namste,
i have table of data where one product code have multiple values. is there any way to lookup for all the available values in column. VLOOKUP is bringing only first match value. for your ready reference i am giving you sample data. if some expert can help me to get my desired result i will be very thankful. ( should support office version 2016 and above )
i have table of data where one product code have multiple values. is there any way to lookup for all the available values in column. VLOOKUP is bringing only first match value. for your ready reference i am giving you sample data. if some expert can help me to get my desired result i will be very thankful. ( should support office version 2016 and above )
Book11.xlsx | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | |||
1 | Item Code | Unit | DATE | M/C | Shift | C&A | OK Count | Rej Count | vlookup formula | expected result | ||
2 | 1102001059 | P-1 | 45447 | 775T | A | 775T1102001059 | 0 | 0 | 775T1102001059 | |||
3 | 1102001059 | P-1 | 45447 | 775T | B | 775T1102001059 | 0 | 0 | 775T1102001059 | |||
4 | 1102000332 | P-1 | 45447 | 660T.1 | A | 660T.11102000332 | 248 | 3 | 660T.11102000332 | |||
5 | 1102000332 | P-1 | 45447 | 660T.1 | B | 660T.11102000332 | 321 | 0 | 660T.11102000332 | |||
6 | 1102001433 | P-1 | 45447 | 660T.2 | A | 660T.21102001433 | 83 | 12 | 660T.21102001433 | |||
7 | 1102000690 | P-1 | 45447 | 660T.2 | A1 | 660T.21102000690 | 86 | 11 | 660T.21102000690 | |||
8 | 1102000690 | P-1 | 45447 | 660T.2 | B | 660T.21102000690 | 523 | 2 | 660T.21102000690 | |||
9 | 1102000039 | P-1 | 45447 | 450T.1 | A | 450T.11102000039 | 98 | 2 | 450T.11102000039 | |||
10 | 1102000039 | P-1 | 45447 | 450T.1 | B | 450T.11102000039 | 128 | 0 | 450T.11102000039 | |||
11 | 1102000363 | P-1 | 45447 | 350T.1 | A | 350T.11102000363 | 236 | 2 | 350T.11102000363 | |||
12 | 1102000363 | P-1 | 45447 | 350T.1 | B | 350T.11102000363 | 344 | 2 | 350T.11102000363 | |||
13 | 1102001440 | P-1 | 45447 | 350T.2 | A | 350T.21102001440 | 806 | 58 | 350T.21102001440 | |||
14 | 1102001440 | P-1 | 45447 | 350T.2 | B | 350T.21102001440 | 1240 | 50 | 350T.21102001440 | |||
15 | 1102001284 | P-1 | 45447 | 350T.3 | A | 350T.31102001284 | 4456 | 216 | 350T.31102001284 | 350T.31102001284 | ||
16 | 1102001284 | P-1 | 45447 | 350T.2 | B | 350T.21102001284 | 8090 | 174 | 350T.31102001284 | 350T.21102001284 | ||
17 | 1102001284 | P-1 | 45447 | 350T.4 | B | 350T.41102001284 | 5230 | 250 | 350T.31102001284 | 350T.41102001284 | ||
18 | 1102001037 | P-1 | 45447 | 250T.1 | A | 250T.11102001037 | 27812 | 570 | 250T.11102001037 | |||
19 | 1102001037 | P-1 | 45447 | 250T.1 | B | 250T.11102001037 | 39254 | 168 | 250T.11102001037 | |||
20 | 1102001287 | P-1 | 45447 | 250T.4 | A | 250T.41102001287 | 7199 | 49 | 250T.41102001287 | |||
Sheet3 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
I2:I20 | I2 | =VLOOKUP(A2,$A$2:$F$52,6,0) |