Merging columns

kamen

New member
Joined
Apr 29, 2015
Messages
1
Reaction score
0
Points
0
Hello guys,

I really need your help regarding a task in my work, which I cannot figure out how to do. I am content administrator of the website and I have to take care for publishing around 8000 thousand prices, which I obviously need to do by bulk upload. Till now, I used to do it like this: Pricing provided me with the price list in their format, and in order to have it in the appropriate format for the site, I used a macro to take all the values and place them in my file for upload.
But now the pricing department changed the format of their file and I need to wait at least to weeks to have the new file for me with the new macro.
During this time I need to find a way to do it by myself.
The problem is the following:
Previously, every item was offered with a tariff with two prices - cash price and leasing price. The two prices were in one column, one cell under another per each item.
Now, the cash price and leasing price are in two columns. As it seems, I need to merge the two columns but to have each cell from the second column to be placed under the respective sell from the first column (the one with which are on one row).
Is there an easy way to do this and how?
Example:
item 1cash99.99
item 1lease9.99
item 2cash89.99
item 2lease8.99
item 3cash79.99
item 3lease7.99

Item NCash priceLease Price
Item 199.999.99
Item 289.998.99
Item 379.997.99


Basically, the task is to convert somehow the second table into the first one..

Thank you in advance!
Kamen
 
Hi,
it can be done by PIVOT TABLE.
 

Attachments

  • TEST.xlsx
    11.6 KB · Views: 11
Back
Top