Hello,
This is likely quite easy for a super user, I have forgotten how to speak Excel :-/.
My question. I'm formatting some product information to be imported into a new database.
Each product needs its own identifier. Some products have a number of colors, whereas others are only one line item.
So I'm wondering what is the best way to get the result below?
I've tried a COUNTIF formula but it was numbering from the bottom up of the spreadsheet and I couldn't figure out how to fix it.
So I don't know if it needs an anchor or not.
The options I could use involve using the item description (NW Pacific) or perhaps if the item has a value in the price column.
Just wondering what you think the most efficient way would be? And of course what the best formula would be.
Many thanks!
[TABLE="width: 516"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]Sequential Number[/TD]
[TD]Item Description[/TD]
[TD]Item Sku[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]NW Pacific Oak Chair[/TD]
[TD]NWP-O-Chair[/TD]
[TD]5.75[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Chiffon[/TD]
[TD]NWP-O-Chair-Chiff[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Champagne[/TD]
[TD]NWP-O-Chair-Cham[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Spindle[/TD]
[TD]NWP-O-Chair-Spin[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Cinder[/TD]
[TD]NWP-O-Chair-Cin[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]NW Pacific Hickory Chair[/TD]
[TD]NWP-H-Chair[/TD]
[TD]6.25[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Wool Hickory
[/TD]
[TD]NWP-H-Chair-WH[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Butternut Hickory[/TD]
[TD]NWP-H-Chair-BH[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]NW Pacific Oak Chair Leg[/TD]
[TD]NWP-H-Chair-Leg[/TD]
[TD]3.75[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]NW Pacific Maple Chair Back[/TD]
[TD]NWP-H-Chair-Back[/TD]
[TD]10.35[/TD]
[/TR]
</tbody>[/TABLE]
This is likely quite easy for a super user, I have forgotten how to speak Excel :-/.
My question. I'm formatting some product information to be imported into a new database.
Each product needs its own identifier. Some products have a number of colors, whereas others are only one line item.
So I'm wondering what is the best way to get the result below?
I've tried a COUNTIF formula but it was numbering from the bottom up of the spreadsheet and I couldn't figure out how to fix it.
So I don't know if it needs an anchor or not.
The options I could use involve using the item description (NW Pacific) or perhaps if the item has a value in the price column.
Just wondering what you think the most efficient way would be? And of course what the best formula would be.
Many thanks!
[TABLE="width: 516"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]Sequential Number[/TD]
[TD]Item Description[/TD]
[TD]Item Sku[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]NW Pacific Oak Chair[/TD]
[TD]NWP-O-Chair[/TD]
[TD]5.75[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Chiffon[/TD]
[TD]NWP-O-Chair-Chiff[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Champagne[/TD]
[TD]NWP-O-Chair-Cham[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Spindle[/TD]
[TD]NWP-O-Chair-Spin[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Cinder[/TD]
[TD]NWP-O-Chair-Cin[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]NW Pacific Hickory Chair[/TD]
[TD]NWP-H-Chair[/TD]
[TD]6.25[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Wool Hickory
[/TD]
[TD]NWP-H-Chair-WH[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Butternut Hickory[/TD]
[TD]NWP-H-Chair-BH[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]NW Pacific Oak Chair Leg[/TD]
[TD]NWP-H-Chair-Leg[/TD]
[TD]3.75[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]NW Pacific Maple Chair Back[/TD]
[TD]NWP-H-Chair-Back[/TD]
[TD]10.35[/TD]
[/TR]
</tbody>[/TABLE]