Re: Deleting specific records from a column
- From: "Biff" <biffinpitt@xxxxxxxxxxx>
- Date: Wed, 15 Jun 2005 00:35:45 -0400
Hi!
Range of lists is A1:B5
In C1 enter this formula with the key combo of CTRL,SHIFT,ENTER
=INDEX(A$1:A$5,SMALL(IF(COUNTIF(B$1:B$5,A$1:A$5)=0,ROW(A$1:A$5)),ROW(1:1)))
Copy down until you get #NUM! errors meaning the data has been exhausted.
Biff
<mike@xxxxxxxxxxxxxxx> wrote in message
news:1118785367.533614.99610@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi All
>
> I have a little problem. I have two sets of records - let's say for the
> purpose of this exercise they are titled "a" and "b". The record sets
> differ but do have many matching records. My objective is to extract
> all the "b" records that match up with an equivalent record from the
> "a" column. The final record set will have these "b" records and their
> matching "a" records deleted from it. Example
>
> Column a Column b Final column
>
> earth earth sky
> sky grain fire
> fire metal air
> rain rain
> air heat
>
> Hope I've explained it well enough
>
> Any thoughts would be appreciated.
>
> Cheers,
> Mike
>
.
- Follow-Ups:
- Re: Deleting specific records from a column
- From: mike
- Re: Deleting specific records from a column
- References:
- Deleting specific records from a column
- From: mike
- Deleting specific records from a column
- Prev by Date: Re: time
- Next by Date: RE: Keyboard shortcuts no longer work
- Previous by thread: Deleting specific records from a column
- Next by thread: Re: Deleting specific records from a column
- Index(es):