what does ~ operator mean?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

=IF(C20="","",IF(C20="~Select","",LOOKUP(C20,$P$2:$P$30,$Q$2:$Q$30)))

Hi, what does the "~" operator do in this formula? Is it saying "if not
selected?"


Thank you,

Todd
 
In that formula, it's really looking for that tilde character in C20. Just like
any other character.
 
Thanks, a further question?

Cell C20 has a drop down list to select from. None of the selections have
the tilde and the formula calculates when any of the selections are chosen
and returns "" if none are. I am trying to figure out how this works, so I
can use it myself later.

Here are the selections to chose from.
a 7500
b 7520
c 7533
d 1708
e 1808


Thanks again,

Todd
 
ok, I understand now. Its and added part of the formula no longer used but
not taken out.

Thank you so much!
 

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

Similar Threads


Back
Top