I have an excel question that has been giving me trouble for the last few hours. I have a spreadsheet that looks like this:
Jan Feb Mar
a103 5 a103 5 a89 2
a104 5 a110 8 a110 1
a111 2 a134 1 a111 2
Basically, I have monthly data. The "a103's" are records that specify a product, with the second number being the number of products sold that month. Not all products are sold each month, however, and my data is very large for each month. Is there a way to automate and combine this data to appear like this:
Product Jan Feb Mar
a89 0 0 2
a103 5 5 0
a104 5 0 0 etc
I want the product code on the left, with the quantities in chart form, with zeros where there is nothing listed. Can you guys and girls help me do this? I'd just do it manually, but the data is truly massive, and the only way I could access it was to do it monthly like the first example. Can any of you help me out? Thank you!
Jan Feb Mar
a103 5 a103 5 a89 2
a104 5 a110 8 a110 1
a111 2 a134 1 a111 2
Basically, I have monthly data. The "a103's" are records that specify a product, with the second number being the number of products sold that month. Not all products are sold each month, however, and my data is very large for each month. Is there a way to automate and combine this data to appear like this:
Product Jan Feb Mar
a89 0 0 2
a103 5 5 0
a104 5 0 0 etc
I want the product code on the left, with the quantities in chart form, with zeros where there is nothing listed. Can you guys and girls help me do this? I'd just do it manually, but the data is truly massive, and the only way I could access it was to do it monthly like the first example. Can any of you help me out? Thank you!