+ Reply to Thread
Results 1 to 2 of 2

Convert numbers in a column to words in another

  1. #1
    Registered User
    Join Date
    09-18-2019
    Location
    Canberra, Australia
    MS-Off Ver
    Excel
    Posts
    3

    Convert numbers in a column to words in another

    Hello,

    I have a report for staff at my company and for their titles (ie. Mr, Mrs etc) it has used the code of the HR system rather than the word. This means that anyone who is a Mr has the number 1, Mrs is a 2 and so on.

    Is there a formula I can use that will change all the 1's, 2's, 3's in one column to Mr, Mrs, Ms in the next?

    Thanks for the help.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,824

    Re: Convert numbers in a column to words in another

    You can probably one of 2 methods:
    1. IFS formula - ifs(b2=1,"Mr",b2=2,"Mrs",b2=3,"Dr",b2=4,"Miss"),etc...
    2. Create a table listing the numbers and then what they mean, then use either Index/match or vlookup against the table.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Convert Numbers into words without VBA
    By Vcare in forum Excel General
    Replies: 1
    Last Post: 10-11-2017, 04:01 AM
  2. Replies: 8
    Last Post: 06-28-2014, 03:26 PM
  3. [SOLVED] convert numbers to words
    By prags in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM
  4. convert numbers to words
    By Bob Phillips in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-06-2005, 06:05 AM
  5. [SOLVED] convert numbers to words
    By Bob Phillips in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 04:05 AM
  6. [SOLVED] convert numbers to words
    By prags in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  7. [SOLVED] convert numbers to words
    By prags in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 PM

Tags for this Thread

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