如何根据多个标准对收入进行排名。女士 Excel

How to rank Revenue based on multiple Criteria. MS Excel

所以我有这个数据集,我想根据多个标准对一些酒店的收入进行排名。

所以列看起来像这样。

Day(1-31)   EUCountry    Hotels(1-12)   Revenue(0-100k)
        2          DE              3             34,120 
        6          FI              6             60,358

  ...
  ...

(and so on...)

And I want to calculate the rank of each Hotel within each EUCountry for each Day in terms of Revenue (In a new Columns so it has to be a formula) .

关于我应该怎么做的任何想法???

如有帮助将不胜感激

您可以将 COUNTIFS 公式用作一种 "RANK_IF" 公式。参见例如这个例子:https://exceljet.net/formula/rank-if-formula . This is an alternative tutorial: https://excelchamps.com/blog/conditional-ranking-sumproduct-rank-if/ 希望有用!