G
Guest
I have one columns with a list of dintinct values and a second column with a list of distinct values. How do I get a distinct list from columns one and two
Exampl
Column A Column B Column C Column
Jeff 100 Ralph 40
Paul 500 Jeff 10
Mary 600 Paul 30
How do I get the distinct values in column's A and C? Can I even get the values from the two lists lined up
Jeff 100 10
Paul 500 30
Mary 60
Ralph 40
Thanks in advance
Exampl
Column A Column B Column C Column
Jeff 100 Ralph 40
Paul 500 Jeff 10
Mary 600 Paul 30
How do I get the distinct values in column's A and C? Can I even get the values from the two lists lined up
Jeff 100 10
Paul 500 30
Mary 60
Ralph 40
Thanks in advance