View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sheeloo[_5_] Sheeloo[_5_] is offline
external usenet poster
 
Posts: 248
Default LOOKUP & MATCH syntax ??

=LOOKUP(99^99,A:A)
tries to find 99 to the power of 99 which is a very very large number and
unlikely to be in your lookuprange...so it tries to find it in the range and
returns the last value it finds... which it presumes to be the largest since
lookup range is supposed to be sorted...

-------------------------------------
Pl. click ''''Yes'''' if this was helpful...



"Bassman62" wrote:

article from Gord "Last Line" microsoft.public.excel.worksheet.functions
4/7/09
And from Biff "Need help finding the last cell w/data" 4/6/09
Sorry, I don't know how to accuire the link to the threads.

Ok Ya'll,
I see this syntax used in LOOKUP & MATCH; FUNCTION(99^99,Range).
I can test and see that it works but I'd like to know how it works in order
to take better advantage of it.
The Microsoft documentation says that the first argument is a Lookup Value
but I don't understand the logic of how it's being used in the examples
above to find the last used cell or last Number entered in a range.
Can someone point me to documentation that may help me better understand
this usage.
Thank you.