Results 1 to 4 of 4

Converting numbers to letters

Threaded View

  1. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by jolumbo
    I have a chart with the alpabet in the first column in the next four columns are numbers that correspond to the letters in the 1st column. How can I use MS Word to reference my chart and convert these numbers to letter and vise versa. Also since I have 4 seperate columns of numbers. I need to be able to specify which column of numbers I want to be used to deciper my alphbet. Does anyone have any ideas on the best way to do this? Basically it is making 4 seperate decoder wheels/rings but just automated so it will decipher what is typed in Word (alpha or numeric). Thanks for you help.
    Hello,

    MS Word ? err No.

    But if you want to do it in Excel, copy column A as column F then use data in column G as:

    =VLookup(G1,A:D,2,False)
    to convert letter to column B number

    =VLookup(G1,A:D,3,False)
    to convert letter to column C number

    =VLookup(G1,A:D,4,False)
    to convert letter to column D number

    =VLookup(G1,A:E,5,False)
    to convert letter to column E number

    =VLookup(G1,B:F,5,False)
    to convert column B to letter

    =VLookup(G1,C:F,4,False)
    to convert column C to letter

    =VLookup(G1,D:F,3,False)
    to convert column D to letter

    =VLookup(G1,E:F,2,False)
    to convert column E to letter

    hth
    ---amended column E
    Last edited by Bryan Hessey; 12-03-2006 at 11:47 PM.
    Si fractum non sit, noli id reficere.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1