hoping someone might be able to help?
trying to copy a value from one sheet to another with the following criteria:
-if the first 6 numbers of the SKU on Sheet 1 matches the SKU on Sheet 2, copy the Price on Sheet 2 to Sheet 1. I used the following formula but it returns an N/A value.
=INDEX('Sheet 2'!B2:B3, MATCH(LEFT(B2,6),'Sheet 2'!A2:A3,0),1)
tnx!
-g
trying to copy a value from one sheet to another with the following criteria:
-if the first 6 numbers of the SKU on Sheet 1 matches the SKU on Sheet 2, copy the Price on Sheet 2 to Sheet 1. I used the following formula but it returns an N/A value.
=INDEX('Sheet 2'!B2:B3, MATCH(LEFT(B2,6),'Sheet 2'!A2:A3,0),1)
HTML:
Sheet 1
SKU Price
12345678901 (Formula goes here)
23456789012
Sheet 2
SKU Price
123456 $9.98
234567 $34.98
-g