Microsoft
Software
Hardware
Network
Question : Case-insensitive ISNUMBER(lLOOKUP) in Excel
How do I make this formula not case sensitive? I want it to return TRUE if any of the words or phrases in my list 'dingnots' occur in T9, regardless of case.
Thanks,
John
1:
=ISNUMBER(LOOKUP(1024,FIND(dingnots,$T9)))
Answer : Case-insensitive ISNUMBER(lLOOKUP) in Excel
Hello John,
Find() is case-sensitive, Search() is not, but does the same thing.
=ISNUMBER(LOOKUP(1024,SEAR
CH(dingnot
s,$T9)))
cheers, teylyn
Random Solutions
Task Manager and regedit 'disabled by administrator', unable to access Safe Mode, Antivirus deactivated
Failed to allocate port error when configuring EM (Oracle 11g)
IIS7 - Server.CreateObject Failed
Windows 2003 Interview Questions
Expanding virtual disk Raid 5 on Dell Server PowerEdge 2950
Password Protect Back End of an Access Database
PayPal Express Checkout Module
ActiveSync http error 500/400--All mobile devices--
How do I add image to the lotus notes signature
C# int with variable as part of int name