Hi,
I'm a longtime lurker, but haven't been able to find a post that fits this (seemingly simple) purpose.
I have multiple data sets containing two columns (Quantity & Price) which I want to revert back to raw Price data in order to make a statistical distribution curve.
Example of Data:
[TABLE="width: 222"]
<tbody>[TR]
[TD][TABLE="width: 222"]
<tbody>[TR]
[TD]Quantity[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]$75.00[/TD]
[/TR]
[TR]
[TD]14[/TD]
[TD]$76.95[/TD]
[/TR]
[TR]
[TD]16[/TD]
[TD]$77.00[/TD]
[/TR]
[TR]
[TD]18[/TD]
[TD]$79.99[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]$82.00[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]$83.00[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]$85.00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Apart from manually copying & pasting the values multiple times into new rows, is there another, quicker solution (potentially in VBA) to revert the data? I have some experience making Macros in VBA, but it's mostly from Googling and deciphering code to suit my needs.
I am using MS Excel 2007. Thank you for your help!
I'm a longtime lurker, but haven't been able to find a post that fits this (seemingly simple) purpose.
I have multiple data sets containing two columns (Quantity & Price) which I want to revert back to raw Price data in order to make a statistical distribution curve.
Example of Data:
[TABLE="width: 222"]
<tbody>[TR]
[TD][TABLE="width: 222"]
<tbody>[TR]
[TD]Quantity[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]$75.00[/TD]
[/TR]
[TR]
[TD]14[/TD]
[TD]$76.95[/TD]
[/TR]
[TR]
[TD]16[/TD]
[TD]$77.00[/TD]
[/TR]
[TR]
[TD]18[/TD]
[TD]$79.99[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]$82.00[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]$83.00[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]$85.00[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Apart from manually copying & pasting the values multiple times into new rows, is there another, quicker solution (potentially in VBA) to revert the data? I have some experience making Macros in VBA, but it's mostly from Googling and deciphering code to suit my needs.
I am using MS Excel 2007. Thank you for your help!