Hi everyone,
I use this index function to create a list of unique items taken from list of data. The problem here is that every time I want to do this I have to manually stack up all my data and then apply this formula. I have a situation now that I have to look at two columns in two different sheets. How do I apply this function to two separate columns (not stacked up).
Here is the formula: =INDEX(B3:B13800,MATCH(0,COUNTIF($C$2:C2,B3:B13800),0))
Ideas are welcome but I would prefer not to use any macros.
Many many thanks.
I use this index function to create a list of unique items taken from list of data. The problem here is that every time I want to do this I have to manually stack up all my data and then apply this formula. I have a situation now that I have to look at two columns in two different sheets. How do I apply this function to two separate columns (not stacked up).
Here is the formula: =INDEX(B3:B13800,MATCH(0,COUNTIF($C$2:C2,B3:B13800),0))
Ideas are welcome but I would prefer not to use any macros.
Many many thanks.