excel - If a string contains the same value as cells k4:k7, give true -


this tried doenst work:

=isnumber(search($k$4:$k$7;l4)) 

i want check if e4 contains same string k4 thru k7. somehow possible? know possible: =isnumber(search(k4;l4))

=isnumber(lookup(1;0/search(l4;$k$4:$k$7)))

regards


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -