Determin a telehone number

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

Guest

I want to determin a telephone number.
I know that if a telephone number ends in a one (1) then it comes from a
certain type of service, so what I need is a formular that says
if (Tel No) does not end in 1 then Highway otherwise ISDN
I can then copy this formular to the other numbers in the range
 
=IF(RIGHT(A1,1)="1","ISDN","Highway")

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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

Back
Top