Hello, I am trying to find a way to count unique values across multiple columns, but not a combination of values across both columns, but rather unique values *across* both rows. For example:
Column A Column B
Mark Mary
Mark Steve
Mary Linda
Mary Steve
Steve Steve
I would want the formula to return 4, as there are 4 unique values if you look at both columns together (Mary, Mary, Steve, Linda). (It's almost as if you would combine both columns into one columns, and then count unique values). The Difference here from other similar threads I have found is that I don't care about the relationship of values between columns that are on the same row.
Is there a way to do this using a formula?
Thanks so much!
Mark
Column A Column B
Mark Mary
Mark Steve
Mary Linda
Mary Steve
Steve Steve
I would want the formula to return 4, as there are 4 unique values if you look at both columns together (Mary, Mary, Steve, Linda). (It's almost as if you would combine both columns into one columns, and then count unique values). The Difference here from other similar threads I have found is that I don't care about the relationship of values between columns that are on the same row.
Is there a way to do this using a formula?
Thanks so much!
Mark