Comparing 2 columns
Posted by Sebastiao on November 14, 2001 12:02 PM
I have two columns.
The first one with 7000 rows, and the second one with 500 rows.
I need to check if the value in columm two exists in columm one.
If it exists, i'd like to show the number of the row where is is, in a third columm.
If it doesn't exists, i'd like to show NONE, in the third columm.
Thanks in advance