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
How do I modify textboxes/labels in an asp:repeater footertemplate through javascript (client side)
Dell PowerEdge Perc 4e/Di RAID 1 expansion
Oracle Join null rows.
Parallel port to usb port adapter for Printer?
Java swing: AbstractButton
KDL55HX701 or 55LH90, which is best/newer?
How to perform find based on Date Parameters
Outlook 2007 w/ Exchange 2010 empty folder
Migrating SharePoint to another server
VB.NET: problem of debugging on windows 7