J
Joe
I have two worksheets (W/S1 & W/S2) that work together
for different information. What I'm trying to accomplish
is create a formula that will take the value from cell H4
on W/S1 and evaluate the cells in column "X" on W/S2 and
if there's a MATCH (?) take the corresponding information
in the Part coulmn (column D) and enter it onto
worksheet1 into column I. I can use autofilter to get the
results I want by selecting 16 but then I have to copy
and paste the results back onto worksheet1. I'm trying to
automate this spreadsheet so others can use it and they
don't have to perform many manual steps. A sample of the
information I use is below.
Worksheet1 information
cell H4 = 16
Worksheet2 information
Column D X
Part Delivery
123 16
456 10
789 16
123 8
321 9
223 16
123 stk
Results to go back to Worksheet1 column I
I
Longet Delivery
123
789
223
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
for different information. What I'm trying to accomplish
is create a formula that will take the value from cell H4
on W/S1 and evaluate the cells in column "X" on W/S2 and
if there's a MATCH (?) take the corresponding information
in the Part coulmn (column D) and enter it onto
worksheet1 into column I. I can use autofilter to get the
results I want by selecting 16 but then I have to copy
and paste the results back onto worksheet1. I'm trying to
automate this spreadsheet so others can use it and they
don't have to perform many manual steps. A sample of the
information I use is below.
Worksheet1 information
cell H4 = 16
Worksheet2 information
Column D X
Part Delivery
123 16
456 10
789 16
123 8
321 9
223 16
123 stk
Results to go back to Worksheet1 column I
I
Longet Delivery
123
789
223
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