I have one item number with multiple suppliers and their price for that item in one row.
I need to reformat the data.
Instead of the all prices being in one row I need to have each price in its own row
Now I have:
A1---------G1------H1-------I1-------J1------K1-------L1--------M1
OEM# ----CAU -----IJR ---- Katun ----PE ----Royal-----MSE ---- WestPoint
7671------$42.15----------------------------$20.77---------------------
I would like it formatted to:
A1-----------B1---------------C1
OEM#------VendorPrice-----VendorName
7671-------$42.15-------------CAU
7671-------$20.77-------------Royal
I can't figure how to do this with formulas so I guess I need a VBA code to do this.
Note that the OEM# field will have to be added to each row.
Thanks for your help
Matt
I need to reformat the data.
Instead of the all prices being in one row I need to have each price in its own row
Now I have:
A1---------G1------H1-------I1-------J1------K1-------L1--------M1
OEM# ----CAU -----IJR ---- Katun ----PE ----Royal-----MSE ---- WestPoint
7671------$42.15----------------------------$20.77---------------------
I would like it formatted to:
A1-----------B1---------------C1
OEM#------VendorPrice-----VendorName
7671-------$42.15-------------CAU
7671-------$20.77-------------Royal
I can't figure how to do this with formulas so I guess I need a VBA code to do this.
Note that the OEM# field will have to be added to each row.
Thanks for your help
Matt