Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
alexp
 
Posts: n/a
Default Alpha Phrase To Phone Number Calculator in excel

Alpha Phrase To Phone Number Calculator. Is there a way to convert text to
phone numbers in excel. I need a formula. Like this example :

http://www.csgnetwork.com/phonenumcvtrev.html
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

I am sure there are better ways but if you create a list with the letters in
a 2X26 table, i.e.

A 2
B 2
C 2
D 3
E 3
F 3
G 4

and so on, call the table Tbl then use this formula

=LEFT(G1,4)&VLOOKUP(MID(G1,5,1),Tbl,2,0)&VLOOKUP(M ID(G1,6,1),Tbl,2,0)&VLOOKU
P(MID(G1,6,1),Tbl,2,0)&VLOOKUP(MID(G1,7,1),Tbl,2,0 )&VLOOKUP(MID(G1,8,1),Tbl,
2,0)&VLOOKUP(MID(G1,9,1),Tbl,2,0)&VLOOKUP(MID(G1,1 0,1),Tbl,2,0)&VLOOKUP(MID(
G1,11,1),Tbl,2,0)


Where G1 is the cell that holds the phone text number


Regards,

Peo Sjoblom


"alexp" wrote in message
...
Alpha Phrase To Phone Number Calculator. Is there a way to convert text

to
phone numbers in excel. I need a formula. Like this example :

http://www.csgnetwork.com/phonenumcvtrev.html



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Difference in number of Excel NewsGroups Hari Prasadh Excel Discussion (Misc queries) 1 January 25th 05 11:32 AM
Phone Dialer Pat Excel Discussion (Misc queries) 5 January 7th 05 06:28 PM
How to format a number in Indian style in Excel? Victor_alb Excel Discussion (Misc queries) 2 December 21st 04 04:21 AM
Can the number of times undo is used in Excel 2002 be increased? Austrian Hannes Setting up and Configuration of Excel 2 December 6th 04 05:54 PM


All times are GMT +1. The time now is 02:55 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"