SOLVED

Sorting Ecommerce Option Values

Copper Contributor

Hello Everyone,

 

We've got an excel file from our eCommerce site with 10,000 rows of option values sorted by the product ID. There are multiple rows for each product ID but the number of rows for product ID each varies. We would like to insert a 1 in a new row / column every time the product ID changes.

 

Is there a formula we could use to do this?

 

I've attached a screen shot.

 

Any help would be appreciated. Thanks.

2 Replies
best response confirmed by kcb410 (Copper Contributor)
Solution

Hi,

 

You may use in A2

=IF(B1=B2,"",1)

select column A starting from A2 till end of your range and Ctrl+D

 

Thank you Sergei!

1 best response

Accepted Solutions
best response confirmed by kcb410 (Copper Contributor)
Solution

Hi,

 

You may use in A2

=IF(B1=B2,"",1)

select column A starting from A2 till end of your range and Ctrl+D

 

View solution in original post