Clustering Rows and filtering best duplicate?

richardio

New Member
Joined
Sep 3, 2015
Messages
2
Hey guys,

This is my first post, what a way to pop the cherry! I have been a long time lurker and have been helped immensely by everyone here. I hope to give back as I become better with Excel.

My questions are:

I have a sheet with urls that have duplicate titles along with data on these duplicates, such as traffic data and click throughs. I am trying to cluster these rows and then highlight or fill a cell and the end of the row with the highest traffic of each cluster with "winner".

URL | Traffic | Decision
------------------------------------
xyz.com/a | 100 |
xyz.com/a | 105 | winner
xyz.com/b | 200 | winner
xyz.com/b | 105 |
------------------------------------

This is the end result I would like. I have a row number each cluster all ready, so a group of 3 duplicated would all have an index row number of 19 for example, then the next cluster would be 20. This may or may not be useful for you guys, I'm open to any suggestions.


Also, on a side note, what are some ways to improve my excel skills as analyst? Resources and such.

Thanks again!
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
{=MAX(IF($A$1:$A$4=A2,$B$1:$B$4))}

Remember the array part of it... Can be done by control,shift & enter
 
Upvote 0
This worked perfectly, thank you. Amazed how simple that was, I had to run out and buy a book on excel and commit over the weekend.
 
Upvote 0

Forum statistics

Threads
1,216,126
Messages
6,129,007
Members
449,480
Latest member
yesitisasport

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top