JumboCactuar
Well-known Member
- Joined
- Nov 16, 2016
- Messages
- 788
- Office Version
- 365
- Platform
- Windows
Hi,
similar to a question i asked here but now I'm trying to add rankings all the way down the data like below:
how can I add Column D using formula? i think with COUNTIFS but not too sure
Rank 1 = lowest price for item
data is always sorted item, then price low to high
thankyou
similar to a question i asked here but now I'm trying to add rankings all the way down the data like below:
how can I add Column D using formula? i think with COUNTIFS but not too sure
Rank 1 = lowest price for item
data is always sorted item, then price low to high
thankyou
Item Code | Seller | Price | Rank |
FR11 | MapLtd | 14.99 | 1 |
FR11 | JustPro | 15.11 | 2 |
FR11 | KLG | 15.19 | 3 |
FR11 | ABCTech | 16.49 | 4 |
GR44 | JustPro | 35.99 | 1 |
GR44 | ABCTech | 36.49 | 2 |
GR44 | KLG | 38.99 | 3 |
PG20 | KLG | 18.49 | 1 |
PG20 | MapLtd | 19.99 | 2 |
PG20 | ABCTech | 21.99 | 3 |
PG20 | JustPro | 22.79 | 4 |
ZD16 | ABCTech | 12.49 | 1 |
ZD16 | JustPro | 12.89 | 2 |
ZD16 | KLG | 12.99 | 3 |