eramirez148
Board Regular
- Joined
- Aug 17, 2022
- Messages
- 66
- Office Version
- 365
- 2021
- 2019
- 2016
- 2013
- 2011
- 2010
- Platform
- Windows
- MacOS
How can I get the results in column "C". If the values in column "A" are repetitive then I want the values in column "B" to only appear one time in column "C"
A | B | C | |
1 | 22222 | 10 | 10 |
2 | 22222 | 10 | |
3 | 22222 | 10 | |
4 | 33333 | 10 | 10 |
5 | 33333 | 10 | |
6 | 33333 | 10 | |
7 | 44444 | 20 | 10 |
8 | 44444 | 20 |