Forum Discussion

Dulinka_66's avatar
Dulinka_66
Copper Contributor
Nov 28, 2022
Solved

How to assign unique value for each group of duplicates?

Hello,    I have huge database stored in Excel for some reason. See the small example below.   Problem statement: every country has a unique number assigned in this table. But not every duplicate...
  • OliverScheurich's avatar
    OliverScheurich
    Nov 28, 2022

    Dulinka_66 

    =INDEX($B$2:B2,MATCH(A2,$A$2:A2,0))

    You can enter this formula in cell C2 and copy down.

    Then you can select range A1:B9 and apply a custom sort. In the example i checked "My table has headers" (in german: Daten haben Überschriften) and selected "largest to smallest"  (in german: Nach Größe (absteigend) ). Then i clicked ok.

    The result is that INDEX and MATCH adds all numbers in column C "unified number".

      

Resources