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
exchange server 2003
Wireless Problems Ubuntu Netbook Remix 10.04
How can you search e-mail within Outlook 2010 and not use the index?
Setup multiple ethernet interfaces on Redhat to support Oracle RAC
Guide to install OS in newly Hard Drive
Could not start the Web Deployment Agent Service service on Local Computer
wm_concat
Online Forms and SQL
PHP form -- thank you message display on same page
Recommended approach to consolidating relational CSV data in Excel....