View Single Post
  #5   Report Post  
 
Posts: n/a
Default

Bif -

The logical companion to Harlan's. Thanks.

....best, Hash

In article ,
"Biff" wrote:

Hi!

Array entered:

=MATCH(TRUE,A1:A10<"Large",0)

That will return the position of the first value that is not "Large".

Biff

wrote in message news:zuJWe.24281$8q.853@lakeread01...
Gang -

Not the end of the world (and I made a work around with a T/F helper
column) but I was wondering if there is a way to use MATCH() to find an
opposite condition. For example, I have a column of attributes. 98% of
them are "Large", 2% of them are almost anything else, and not
consistent. I was looking for a syntax sort of like:

=MATCH(NOT("Large"),A:A,0)

That's the idea, anyway, but that doesn't work ;-)

Just curious. Thanks.

...best, Hash