Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default LOOKUP FUNCTION HELP

Greetings everyone,

I just looking around and found on some other post a suggestion to
find the last value of a series of data in a column (Col E in this
case), which is:

=+LOOKUP(9.99999999999999E+307,E:E)

I'm trying to understand how this formula works; I read the help
file's content for the Lookup function and it is still not clear to me
how it works in this case. I'd appreciate if someone could explain
this to me. Thanks in advance!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 51
Default LOOKUP FUNCTION HELP

The LOOKUP function will return the next highest value if it is unable to
find an exact match in the range. So in this case, it is unlikely that your
date will ever have a value higher than (9.999x10^307), so it will return the
value before, which will be the last value.

The reason why it doesn't return a result equivalent to the MAX() function
is that the LOOKUP functions assumes that the data range is already in
ascending order, so it'll assume that the last value in its data range is the
biggest, hence returning the last value.

I hope that helps, apoligies if I didn't phrase it more eloquently.

Regards,

Harimau

--
Location: Sydney
Occupation: Actuarial Consultant (Project Finance/Financial Modeling)


"JuanMarin" wrote:

Greetings everyone,

I just looking around and found on some other post a suggestion to
find the last value of a series of data in a column (Col E in this
case), which is:

=+LOOKUP(9.99999999999999E+307,E:E)

I'm trying to understand how this formula works; I read the help
file's content for the Lookup function and it is still not clear to me
how it works in this case. I'd appreciate if someone could explain
this to me. Thanks in advance!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default LOOKUP FUNCTION HELP

Harimau,

that's great! so the function is used based on that assumption. It all
makes sense to me now.

Thanks a lot!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to combine an IF Function with a lookup function to determine [email protected] Excel Worksheet Functions 1 December 5th 06 06:09 AM
if then /lookup function moni88 Excel Worksheet Functions 3 April 25th 06 07:07 AM
LOOKUP function -help! mully4235 Excel Worksheet Functions 4 October 21st 05 10:21 PM
Help with lookup function Scott Excel Worksheet Functions 4 September 30th 05 07:34 PM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM


All times are GMT +1. The time now is 06:59 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"