#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 103
Default Excel Function

What is the meaning of 9^9 in Below Function

=LOOKUP(9^9,FIND($F$2:$F$10,A5),$G$2:G13)

Thanks
Hardeep kanwar
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 287
Default Excel Function

For the LOOKUP formula to work as intended the lookup value, in this case 9^9
needs to be a number greater than any number that the FIND function will
return. Because the maximum number of characters in a cell is 32767 then 9^9
(387420489) more than fulfills that requirement.

Note: normally you would use equal sized ranges i.e.

=LOOKUP(9^9,FIND($F$2:$F$10,A5),$G$2:G10)



"Hardeep_kanwar" wrote:

What is the meaning of 9^9 in Below Function

=LOOKUP(9^9,FIND($F$2:$F$10,A5),$G$2:G13)

Thanks
Hardeep kanwar

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default Excel Function

On Jul 20, 4:05*am, Hardeep_kanwar
wrote:
What is the meaning of 9^9 in Below Function
=LOOKUP(9^9,FIND($F$2:$F$10,A5),$G$2:G13)


It means "9 to the power of 9". It is a totally unnecessary
complication in this context, unless it has some cultural
significance. In this context, you want "a large number". Any large
number will do; better to use a constant like 1E+300 than an
expression that must be evaluated.

(By the way, 1E+300 is "scientific notation" for "1 times 10 to the
power of 300". It is very near the largest value that Excel permits
to be entered.)
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
Help to build a Look Up Function or What Ever Function Excel 2002 Carlo Excel Worksheet Functions 6 April 3rd 08 07:39 PM
copy of excel file not showing formulal/function in the function b oaallam Excel Discussion (Misc queries) 4 September 6th 07 01:20 PM
challenge! javascript function into excel function Kamila Excel Worksheet Functions 2 February 19th 07 06:35 AM
Excel Workday Function with another function Monique Excel Discussion (Misc queries) 2 April 27th 06 01:11 PM
Can you nest a MID function within a IF function in Excel Dawn-Anne Excel Worksheet Functions 2 March 4th 05 01:37 PM


All times are GMT +1. The time now is 10:25 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"