I'm not sure unique is the right term but what I'm looking for is if I have column A with values 1,2,3,4,5 and column B with 3,4,5,6,7 I want the result to display 1,2,6,7.
feedback
|
|
I hope there's an easier way... Assuming you don't care if the values within some column are unique: You can use the
The
Due to using
With the first 2 formulas in columns
I don't really know how to combine the results from columns
| |||||
feedback
|
|
You could make another colum with all the values in, name it appropriately (eg | |||
|
feedback
|
|
You can use the LEFT RIGHT or MID function with the CONCATENATE function to make this work.
Hope that helps. | |||
|
feedback
|

