Re: intersection for long list of cells
- From: "Jos " <DELjos@xxxxxxxxxxx>
- Date: Wed, 16 Apr 2008 12:56:02 +0000 (UTC)
"Chris " <cag44@xxxxxxxxxxxxxxxxxx> wrote in message
<fu4se9$oh9$1@xxxxxxxxxxxxxxxxxx>...
"Jos " <DELjos@xxxxxxxxxxx> wrote in message
<fu45ub$97b$1@xxxxxxxxxxxxxxxxxx>...
"Chris " <cag44@xxxxxxxxxxxxxxxxxx> wrote in message<fu42p1
$o5k$1@xxxxxxxxxxxxxxxxxx>...(each
Hi all, I have two long lists of strings in cells
size25K entries long) and I'd like to find the indices of
entries that are common between both lists.
I'm hoping to find a faster way of doing this than an
individual search (which takes way to long given the
of the lists)
Thanks!
help intersect
Jos
Hi Jos,
Intersect doesn't operate on cells.
(fixed top-posting)
Apparently you mean something else then "I have two long
lists of strings in cells (each 25K entries long) and I'd
like to find the indices of entries that are common between
both lists.", since:
A = {'a','b','c'} ;
B = {'a','b','d'} ;
intersect(A,B)
ans =
'a' 'b'
Can you give a small(!!) example of the inputs and the
desired output?
Jos
.
- References:
- intersection for long list of cells
- From: Chris
- Re: intersection for long list of cells
- From: Jos
- intersection for long list of cells
- Prev by Date: Re: Performance of R2008A
- Next by Date: Re: Writing images into Excel file
- Previous by thread: Re: intersection for long list of cells
- Next by thread: Re: intersection for long list of cells
- Index(es):
Relevant Pages
|
Loading