Hi all.
I'm attempting match col A with embedded name on column E.
so far i have extracted the match, but I want to add up all the values pertaining to the hardcoded list in A:A.
also the number after the name is always one space apart from the end of the name. like "dsgdf 100"
See below
I'm attempting match col A with embedded name on column E.
so far i have extracted the match, but I want to add up all the values pertaining to the hardcoded list in A:A.
also the number after the name is always one space apart from the end of the name. like "dsgdf 100"
See below
Book1.xlsx | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
2 | Hardcode list | Sum | Changing List | |||||
3 | 58fdghj | 32 | 105ghjfk 54 | 105ghjfk | ||||
4 | 1dfsh | 23 | 133fdghj 11 | 133fdghj | ||||
5 | 133fdghj | 22 | 142dgfh 457 | 142dgfh | ||||
6 | 74dgfh | 22 | 156jg 65754 | 156jg | ||||
7 | 142dgfh | 457 | 16tyh 78 | 16tyh | ||||
8 | 156jg | 131508 | 170fgh 546 | 170fgh | ||||
9 | 98hj | 12 | 1dfsh 23 | 1dfsh | ||||
10 | 105ghjfk | 108 | 58fdghj 32 | 58fdghj | ||||
11 | 170fgh | 546 | 74dgfh 22 | 74dgfh | ||||
12 | 16tyh | 78 | 98hj 4 | 98hj | ||||
13 | 105ghjfk 54 | 105ghjfk | ||||||
14 | 156jg 65754 | 156jg | ||||||
15 | 98hj 4 | 98hj | ||||||
16 | 156jg 65754 | 156jg | ||||||
17 | 133fdghj 11 | 133fdghj | ||||||
18 | 98hj 4 | 98hj | ||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
F3:F18 | F3 | =SUBSTITUTE(LEFT(E3,SEARCH(" ",E3,3))," ","") |