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
Can't get twoASA 5505's VPNd
Error ORA-1722 when DAO is writing data to an Oracle 11g database
Password Protect Folder
user equivalence check failed for user "oracle"
Replace ButtonClickEvent with RadWindow Close (ASP.NET, C#, Telerik RadControls)
query with join on three tables and count in postgresql, how to do it ?
alpha towards the end of the stage
SQL reporting services error in sharepoint integrated mode. Shared data source not valid
cisco 4500 connect to red hat 5.5 linux pc
threads in mfc