Forum Discussion

bfishy81's avatar
bfishy81
Copper Contributor
Dec 06, 2023

Determining New Rank/Order to Maximize Sales

I have a data set from a website that lists items in Category Order. Using the Product Views, Click-thru Rate, Sales, and Sales/Views% I need to re-order the Category Order that will maximize Product Views. I have no idea if there is a function or formula I can use to do this. Any help would be greatly appreciated!

 

SKUCategory OrderProduct ViewsClick-thru Rate# SalesSales/Views%New Category Order
01-01-055118913.94%3317.5% 
01-01-500220415.04%3115.2% 
02-11-0033987.23%1111.2% 
01-01-0024967.08%1010.4% 
01-01-0705644.72%34.7% 
01-01-0016775.68%67.8% 
02-01-0027342.51%514.7% 
01-01-0548352.58%00.0% 
01-01-1309342.51%00.0% 
01-01-03910473.47%612.8% 
01-01-11211332.43%927.3% 
02-01-02412221.62%29.1% 
01-01-01513302.21%13.3% 
02-01-00414261.92%13.8% 
02-01-00515231.70%313.0% 
01-01-00916221.62%00.0% 
01-01-02217231.70%313.0% 
01-01-09618191.40%00.0% 
01-01-01619151.11%533.3% 
01-01-09520151.11%00.0% 
01-01-08321141.03%17.1% 
01-01-11622130.96%17.7% 
02-01-01823110.81%218.2% 
02-11-00424120.88%00.0% 
01-01-30825110.81%19.1% 
01-01-08926171.25%00.0% 
01-01-00327100.74%00.0% 
01-01-0922890.66%00.0% 
02-01-0932990.66%111.1% 
02-01-02130151.11%00.0% 
01-01-0913180.59%112.5% 
01-01-0903270.52%114.3% 
02-01-00333171.25%211.8% 
01-01-0443470.52%00.0% 
02-01-5083570.52%00.0% 
01-01-3043660.44%00.0% 
02-01-50237141.03%00.0% 
01-01-02538110.81%218.2% 
01-01-3033950.37%00.0% 
01-01-0184050.37%120.0% 
02-11-0174150.37%120.0% 
01-01-0194240.29%00.0% 
01-01-1064340.29%375.0% 
02-01-0714430.22%00.0% 
01-01-5024530.22%00.0% 
02-01-0174670.52%228.6% 
01-01-0734780.59%112.5% 
02-11-0024840.29%00.0% 
01-01-1004910.07%00.0% 
02-01-0275010.07%00.0% 
01-01-1015100.00%00.0% 
02-01-0725200.00%00.0% 
01-01-0995320.15%150.0% 
02-11-0055400.00%00.0% 
01-01-0985500.00%00.0% 
Spoiler
 

 

1 Reply

  • LouisDeconinck's avatar
    LouisDeconinck
    Copper Contributor

    bfishy81 You can do this using a RANK.EQ function. However, in order to deal with duplicate ranks, you need to combine it with a COUNTIF function containing an expanding reference. I made a custom video showing how to build and implement this formula in your case: https://www.youtube.com/watch?v=D3_p4ZLNuSs

     

     

    =RANK.EQ(C2,$C$2:$C$56)+COUNTIF($C$2:C2,C2)-1

     

     

     Optional tip if this was helpful: [link removed by admin]

Resources