Excellent Haseeb.
Probably safer to use FIND instead of SEARCH.
Example: Shanmukh and Sushanth will both return the same vector result for
"Sha".
Since FIND is case sensitive, this would solve that possible error.
Regards,
Sam Mathai Chacko
On Wed, Nov 23, 2011 at 11:53 PM, Haseeb Avarakkan <
Let me explain my best. I hope this help.
9E300;
When you use it in Excel it will changed to 9E+300. It is a scientific
notation of a big number. 300 zeros after 9, so it is like
9000…… This will give a big number. As you know LOOKUP will
always look for the number <=Lookup_Val
Hi Haseeb,
Thanks for the solution.
But I am unable to understand the formula,would request you to kindly help
me in understanding the formula and where can we use 9E300.
Regards
Santosh
--
Date: Wed, 23 Nov 2011 08:06:00 +0530
Subject: Re: $$Excel-Macros$$ need
plz tell me about 9E300.
On Wed, Nov 23, 2011 at 8:06 AM, NOORAIN ANSARI wrote:
> Great Solution Haseeb..Excellent..
>
>
> On Wed, Nov 23, 2011 at 12:59 AM, Haseeb Avarakkan <
> haseeb.avarak...@gmail.com> wrote:
>
>> Hello Santosh,
>>
>> Another one.
>>
>>
>> =IFERROR(LOOKUP(9E300,SEARCH
Great Solution Haseeb..Excellent..
On Wed, Nov 23, 2011 at 12:59 AM, Haseeb Avarakkan <
haseeb.avarak...@gmail.com> wrote:
> Hello Santosh,
>
> Another one.
>
>
> =IFERROR(LOOKUP(9E300,SEARCH({"Sa","Su","Sha"},B4),{"Hero","Boy","Shaan"}),"")
>
> __
> HTH
> Haseeb
>
> --
> FORUM RU
Hello Santosh,
Another one.
=IFERROR(LOOKUP(9E300,SEARCH({"Sa","Su","Sha"},B4),{"Hero","Boy","Shaan"}),"")
__
HTH
Haseeb
--
FORUM RULES (934+ members already BANNED for violation)
1) Use concise, accurate thread titles. Poor thread titles, like Please Help,
Urgent, Need Help, Formula
Dear Santosh,
Please try it..
=IF(NOT(ISERROR(SEARCH("sa",B4,1))),"Hero",IF(NOT(ISERROR(SEARCH("Su",B4,1))),"Boy",IF(NOT(ISERROR(SEARCH("Sha",B4,1))),"Shaan","")))
On Tue, Nov 22, 2011 at 1:38 PM, santosh subudhi <
santoshkumar.subu...@gmail.com> wrote:
> Hi All,
>
> Please look into the formul
Hi Santosh,
Please find attached sheet with correction in formula.
Thanks
Mukesh
- Original Message -
From: santosh subudhi
To: excel-macros@googlegroups.com
Sent: Tuesday, November 22, 2011 1:38 PM
Subject: $$Excel-Macros$$ need correction in the formula
Hi All,
Plea