Re: MATCH() Function and Blanks

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Thank you Bif.

Either relative or absolute will work for me as I can OFFSET() from either
A1 or the table corner.

It just that after all this time, I never realized that MATCH() would have a
problem with blanks. My first instinct was to run and hide behind VBA.
However you and the others have taught me that UDFs are rarely needed for
something like this.

I should be thankful that I have not been required to make MATCH() work with
#N/A, #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL!.

Once again, thank you (and the others) for taking the time to help me.
--
Gary''s Student - gsnu200805


"T. Valko" wrote:

My 2 cents...

Assuming there is only one empty cell.

I would use the array formula:

=MATCH(TRUE,A7:A11=B1,0)

Using other methods you'd have to calculate the offset for a relative
result:

=SUMPRODUCT((A7:A11=B1)*(ROW(A7:A11)-ROW(A7)+1))

=SUMPRODUCT((A7:A11=B1)*(ROW(A7:A11)-MIN(ROW(A7:A11))+1))

=LOOKUP(2,1/(A7:A11=B1),ROW(A7:A11)-ROW(A7)+1)

=LOOKUP(2,1/(A7:A11=B1),ROW(A7:A11)-MIN(ROW(A7:A11))+1)

If the data was numeric then you'd need something more robust.

--
Biff
Microsoft Excel MVP


"Peo Sjoblom" <peo.sjoblom@xxxxxxxx> wrote in message
news:e78AL01GJHA.1156@xxxxxxxxxxxxxxxxxxxxxxx
True but if someone sees the formula

=SUMPRODUCT((A1:A5=B1)*(ROW(1:5)))


I don't think it is far fetched to think that if one change A1:A5 to
A6:A10 one would also change
ROW(1:5) to ROW(6:10)

and then the return would be absolute. I just think it is a less good way
than using MATCH

even if that includes array entering (except TM's)

--


Regards,


Peo Sjoblom

"Ragdyer" <RagDyer@xxxxxxxxxxxxx> wrote in message
news:ugftxT1GJHA.3576@xxxxxxxxxxxxxxxxxxxxxxx
I think the issue here Peo, is *actual* location as opposed to *relative*
location.

Since Gary's OP mentioned Match(), which does return relative, I believe
everyone is thinking *relative*.

=SUMPRODUCT((A6:A10=B1)*(ROW(1:5)))

will return "3", when the data in A6:A10 is exactly the same as the data
in
the OP, which would be the return you would expect from a formula using
Match().

I think you and Lars and Ashish are talking apples and oranges.<g>
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Peo Sjoblom" <peo.sjoblom@xxxxxxxx> wrote in message
news:%23LBAi30GJHA.4564@xxxxxxxxxxxxxxxxxxxxxxx
It will count from row 1 so if you have values from A6 to A10 and if B1
is
blank and if
A7 is blank all other formulas (yours included) will return 2 since it
is
the 2nd cell in the range whereas this will return 7 which is correct if
you
count from row 1 but you would need to offset it by the 5 cells above A6
to
get the same result as the other formulas

--


Regards,


Peo Sjoblom

"Lars-Åke Aspelin" <larske@xxxxxxxxxxxxxxxxxx> wrote in message
news:6rbad4908kunjvri5je91gmnnh0pkigp14@xxxxxxxxxx
On Sat, 20 Sep 2008 09:51:45 -0700, "Peo Sjoblom"
<peo.sjoblom@xxxxxxxx> wrote:

No offense but that formula is not generic and it will return
an incorrect value if for instance the list is in A6:A10
Not only that but it will always count from row 1!


I think it will work if you e.g. change A1:A5 to A6:A10 as long as you
do NOT change the 1:5 in the ROW().

Lars-Åke








.



Relevant Pages

  • Re: MATCH() Function and Blanks
    ... Assuming there is only one empty cell. ... I would use the array formula: ... Using other methods you'd have to calculate the offset for a relative ... even if that includes array entering ...
    (microsoft.public.excel.worksheet.functions)
  • Re: Use of Offset function in array formula
    ... I am struggling trying to get offset to work in an array formula. ... I have been using array formulas in order to sum the like ... Essentially i want the formula to look in a cell, ...
    (microsoft.public.excel.worksheet.functions)
  • Re: Use of Offset function in array formula
    ... I am struggling trying to get offset to work in an array formula. ... I have been using array formulas in order to sum the like ... Essentially i want the formula to look in a cell, ...
    (microsoft.public.excel.worksheet.functions)
  • Re: vba looping for blank cells
    ... OFFSET as your message appeared. ... an empty cell, still trying to work out the help file, but would really ... Don Guillett wrote: ...
    (microsoft.public.excel)
  • Re: JWasm v1.9 - now 1.91!!!
    ... Offset: 0x1A, Symbol: 5, Name: StringOpenFailed ... Type: Absolute 32 bit ... colors and pressing a key terminates the program. ... The fact that pressing a key does *not* terminate on my machine is more of a surprise, ...
    (alt.lang.asm)