J
Joe
Say I have the following information:
Column A B C (want these results)
Part Delivery Longest Delivery
123 14 123
456 10 789
789 14 223
123 8
321 9
223 14
123 stk
What I'm trying to accomplish is have a formula enter all
the parts with 14 and list them starting in row C (it
should look like C above). I have tried =LOOKUP(LEFT(TRIM
(H4),2),'Priced BOM Summary Page'!S3:S82,'Priced BOM'!
D382) and =MATCH(LEFT(TRIM(H4),2),'Priced BOM'!
S3:S82,0) but have errors. Can this be done.
TIA
Joe
Column A B C (want these results)
Part Delivery Longest Delivery
123 14 123
456 10 789
789 14 223
123 8
321 9
223 14
123 stk
What I'm trying to accomplish is have a formula enter all
the parts with 14 and list them starting in row C (it
should look like C above). I have tried =LOOKUP(LEFT(TRIM
(H4),2),'Priced BOM Summary Page'!S3:S82,'Priced BOM'!
D382) and =MATCH(LEFT(TRIM(H4),2),'Priced BOM'!
S3:S82,0) but have errors. Can this be done.
TIA
Joe