C
Chi
Hi,
I have two columns- A and B- store numbers. Is there a way I can match the
numbers so that the numbers on column A will be the same numbers on the
column B?
Ex: ColumnA ColumnB
100 105
106 103
105 106
103 100
I would like them look like this: Column A Column B
100 100
103 103
105 105
106 106
Thank you
Chi
I have two columns- A and B- store numbers. Is there a way I can match the
numbers so that the numbers on column A will be the same numbers on the
column B?
Ex: ColumnA ColumnB
100 105
106 103
105 106
103 100
I would like them look like this: Column A Column B
100 100
103 103
105 105
106 106
Thank you
Chi