B
Brian Issa
I have 2 columns. Column A has values (numbers for the taxlots o
interest) that are not sorted in any order. Column B has the sam
values plus a bunch of extraneous values that do not appear in column
(numbers of other taxlots in the city). Columns C-G have values tha
correspond to the values in column B (Owner information for the taxlo
values in B)
What I need to have happen is either search column B for the values i
column A and delete all the extraneous records (columns B-G), or, alig
the values in column A so that they correspond to the locations of th
same values in column B.
Not sure if that's clear so here's a a simplified version
Column A Column B Coulmn C
D A A
A D D
T R R
T T
Need to line up values in A with there corresponding values in B (an
C), or sort through B(and C) and remove values not found in column A.
Any suggestions????
Thank
interest) that are not sorted in any order. Column B has the sam
values plus a bunch of extraneous values that do not appear in column
(numbers of other taxlots in the city). Columns C-G have values tha
correspond to the values in column B (Owner information for the taxlo
values in B)
What I need to have happen is either search column B for the values i
column A and delete all the extraneous records (columns B-G), or, alig
the values in column A so that they correspond to the locations of th
same values in column B.
Not sure if that's clear so here's a a simplified version
Column A Column B Coulmn C
D A A
A D D
T R R
T T
Need to line up values in A with there corresponding values in B (an
C), or sort through B(and C) and remove values not found in column A.
Any suggestions????
Thank