trekker1218
Board Regular
- Joined
- Feb 15, 2018
- Messages
- 86
- Office Version
- 2019
- Platform
- Windows
Hello,
i have a book full of item numbers for an ecommerce site. The template requires me to segregate the upload data.
I need to Index RAW DATA on sheet10 and place into Sheet4.
Step 1 is to find the matching Item# (Key data) and then read across that entire row to find the matching attribute name then take the next cell data to the right and place into sheet4.
This is where I am now:
=INDEX('Sheet10'!F2:I100,MATCH(Item#,'sheet4'!F2:F100,0)*(MATCH(Attribute Label,'Sheet4'!H2:H100,0))
The attribute labels are not always in same column, which is why i need to read entire column data and find it then take the next cell which is the attribute value and place in the sheet4.
here are the data point.
Sheet4. ColU thrugh DZ1 have all the attribute labels.
Sheet4. Row3 through Row50000 - ColL have all the item#s .
The matching data reside on sheet10.
Col-E has the item #'s and Col G Through DZ has the attribute labels and Attribute Values ACROSS each row with the item number.
any help would be greatlu appreciate.
i have a book full of item numbers for an ecommerce site. The template requires me to segregate the upload data.
I need to Index RAW DATA on sheet10 and place into Sheet4.
Step 1 is to find the matching Item# (Key data) and then read across that entire row to find the matching attribute name then take the next cell data to the right and place into sheet4.
This is where I am now:
=INDEX('Sheet10'!F2:I100,MATCH(Item#,'sheet4'!F2:F100,0)*(MATCH(Attribute Label,'Sheet4'!H2:H100,0))
The attribute labels are not always in same column, which is why i need to read entire column data and find it then take the next cell which is the attribute value and place in the sheet4.
here are the data point.
Sheet4. ColU thrugh DZ1 have all the attribute labels.
Sheet4. Row3 through Row50000 - ColL have all the item#s .
The matching data reside on sheet10.
Col-E has the item #'s and Col G Through DZ has the attribute labels and Attribute Values ACROSS each row with the item number.
any help would be greatlu appreciate.