MEUserII
Board Regular
- Joined
- Oct 27, 2017
- Messages
- 91
- Office Version
- 365
- 2021
- 2019
- 2016
- 2013
- Platform
- Windows
Consider the following data set:
For context, I am trying to come up with a formula that does this without using the new UNIQUE() function.
As a reference, there is an example formula linked below that provides a formula for how to extract unique values for only one column.
Link: Excel formula: Extract unique items from a list | Exceljet
R/C | A | B | C | D |
1 | A | B | | A |
2 | C | C | | B |
3 | C | D | | C |
4 | D | D | | D |
5 | D | E | | E |
6 | F | G | | F |
7 | G | G | | G |
8 | G | G | | H |
9 | G | G | | |
10 | H | H | | |
11 | H | H | | |
12 | H | H | | |
13 | H | H | | |
Is there a way via an Excel formula to extract all unique values between two columns: column A and column B? Specifically, I have listed the desired result in column D.For context, I am trying to come up with a formula that does this without using the new UNIQUE() function.
As a reference, there is an example formula linked below that provides a formula for how to extract unique values for only one column.
Link: Excel formula: Extract unique items from a list | Exceljet