Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help to build a Look Up Function or What Ever Function Excel 2002 | Excel Worksheet Functions | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
challenge! javascript function into excel function | Excel Worksheet Functions | |||
Excel Workday Function with another function | Excel Discussion (Misc queries) | |||
Can you nest a MID function within a IF function in Excel | Excel Worksheet Functions |