Forum Discussion

rajivraina's avatar
rajivraina
Helper II
7 years ago

Ranking data across multiple categories within same column

Hi,

 

I have a table of data that has macroeconomic data on countries over a period of years. I am trying to assign a rank to each country based on their value, while still taking into account the Year, Indicator, and Grouping columns AND skipping over any blank Values. The end result would read like the "Rank" column in the below sample picture. I've tried adapting lots of different forum posts to my problem but nothing has been successful and I just cannot seem to figure it out..I know it should be possible with some combination of the Rankx(Filter(All( functions.

 

To me the logic would be something like: If the Value is not blank then Rank the country's value against all other nonblank country values within the same Indicator, Grouping, and Year. 

 

I would also probably need to use RANKX function as I need a way to switch from ASC to DESC ranking depending on the Indicator, as for some indicators the lower value the better while others a higher value the better. 

 

Finally, all the data is from one table and the columns are either calculated columns or just raw data columns, no measures. The "Rank" column will likely need to be a measure.

 

I really appreciate any help, thanks in advance.

 

-Raj

11 Replies

    • rajivraina's avatar
      rajivraina
      Helper II

      Zubair_Muhammad wrote:

      rajivraina 

       

      Could you copy paste sample data or share your file?


      IndicatorGroupingCountryYearValue
      GDPHigh IncomeUnited States200714477640000000.00
      GDPHigh IncomeUnited States200613855890000000.00
      GDPHigh IncomeCanada20071464980000000.00
      GDPHigh IncomeCanada20061315420000000.00
      GDPMiddle IncomeMexico20071052700000000.00
      GDPMiddle IncomeMexico2006975390000000.00
      GDPMiddle IncomeChile2007173600000000.00
      GDPMiddle IncomeChile2006154800000000.00
      Balance of TradeHigh IncomeCanada200742449060026.27
      Balance of TradeHigh IncomeCanada200641839680995.80
      Balance of TradeMiddle IncomeChile200724083120000.00
      Balance of TradeMiddle IncomeChile200622897170000.00
      Balance of TradeMiddle IncomeMexico2006-6133210000.00
      Balance of TradeMiddle IncomeMexico2007-10073730000.00
      Balance of TradeHigh IncomeUnited States2007-705376000000.00
      Balance of TradeHigh IncomeUnited States2006-761715000000.00

       

      Zubair_Muhammad Above is the sample data in case you do not want to click link (understandable haha)

       

      Thanks again.