If function with text & wildcards

K

Kpercy

Sorry if this is a stupid q but I'm just not getting it...What's formula that
matches this description? I'm stuck on the "contains" or "starts with" for
evaluating text with an IF function... Also, if you can please email me at
(e-mail address removed), my passport acct always returns an error when I
follow an email link back to post.

If A4 contains "mobile broadband" return "data card" otherwise return "cell
phone".

Thanks, Katie
 
F

francis

try

=IF(A4="mobile broadband","data card","cell phone")

--
Hope this is helpful

Pls click the Yes button below if this post provide answer you have asked


Thank You

cheers, francis
 
K

Kpercy

Francis - that would work for EQUALS but I need it to be CONTAINS or STARTS
WITH. There's several diff entries that start with mobile broadband and I
want to include them all.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top