Hi All,
I have a sheet from a manufacturer that tells me which models get which rewards. It looks like this...
[TABLE="width: 500"]
<tbody>[TR]
[TD]MODELS[/TD]
[TD]REWARD[/TD]
[/TR]
[TR]
[TD]X1245, J4541, Y4154[/TD]
[TD]$15[/TD]
[/TR]
[TR]
[TD]A1015, N1522[/TD]
[TD]$20[/TD]
[/TR]
</tbody>[/TABLE]
In order for me to use v-lookup (as I have thousands of line items), How to I transpose this so that each model shows on a different row with the corresponding value? Each model on their list is separated by a comma.
[TABLE="width: 500"]
<tbody>[TR]
[TD]MODEL[/TD]
[TD]REWARD[/TD]
[/TR]
[TR]
[TD]X1245[/TD]
[TD]$15[/TD]
[/TR]
[TR]
[TD]J4541[/TD]
[TD]$15[/TD]
[/TR]
[TR]
[TD]Y4154[/TD]
[TD]$15[/TD]
[/TR]
[TR]
[TD]A1015[/TD]
[TD]$20[/TD]
[/TR]
[TR]
[TD]N1522[/TD]
[TD]$20[/TD]
[/TR]
</tbody>[/TABLE]
Its probably something so simple, but I cant figure it out. Any help would be appreciated.
I have a sheet from a manufacturer that tells me which models get which rewards. It looks like this...
[TABLE="width: 500"]
<tbody>[TR]
[TD]MODELS[/TD]
[TD]REWARD[/TD]
[/TR]
[TR]
[TD]X1245, J4541, Y4154[/TD]
[TD]$15[/TD]
[/TR]
[TR]
[TD]A1015, N1522[/TD]
[TD]$20[/TD]
[/TR]
</tbody>[/TABLE]
In order for me to use v-lookup (as I have thousands of line items), How to I transpose this so that each model shows on a different row with the corresponding value? Each model on their list is separated by a comma.
[TABLE="width: 500"]
<tbody>[TR]
[TD]MODEL[/TD]
[TD]REWARD[/TD]
[/TR]
[TR]
[TD]X1245[/TD]
[TD]$15[/TD]
[/TR]
[TR]
[TD]J4541[/TD]
[TD]$15[/TD]
[/TR]
[TR]
[TD]Y4154[/TD]
[TD]$15[/TD]
[/TR]
[TR]
[TD]A1015[/TD]
[TD]$20[/TD]
[/TR]
[TR]
[TD]N1522[/TD]
[TD]$20[/TD]
[/TR]
</tbody>[/TABLE]
Its probably something so simple, but I cant figure it out. Any help would be appreciated.