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 print to a CString?
How do I get our WAN address using Windows Power Shell
Can you setup Remote Desktop Gateway and Remote Desktop Services on the same Server
PHP, ASP, Moneris
Configuring Netgear ProSafe DGFV338 for VPN Pass-through
XSLT Parsing pairs of xml tags
My.Application.Log.WriteEn
try is Not Writing to App Log
Mail enabled Security Groups in Powershell
Problems with protocol buffers
string extract