kanadaaa
Active Member
- Joined
- Dec 29, 2019
- Messages
- 349
- Office Version
- 365
- Platform
- Windows
A | B | C | D | |
1 | 1 | a | c | |
2 | 2 | b | a | |
3 | 3 | c | |
I want to extract all non-blank data from the cells in B1:D3, list them vertically without duplicates, and on the right column get the sum of (101-rank) for each extracted value, e.g.
a | 199 (=(101-1)+(101-2)) |
b | 99 (=101-2) |
c | 198 (=(101-3)+(101-1)) |
How can I do this using formulas? I would appreciate your help.