+ Reply to Thread
Results 1 to 6 of 6

Converting Numeric Value (1,2or3) to text

  1. #1
    Registered User
    Join Date
    06-14-2020
    Location
    Newcastle, England
    MS-Off Ver
    Microsoft Office 2016
    Posts
    2

    Converting Numeric Value (1,2or3) to text

    Hi, I have a range of data eg (B3:Q545) and I want to convert the field values, either 1, 2 or 3, into text. 1=Not Started, 2=In Progress, 3=Completed. How do I do this? I've tried the if function but I get the #VALUE error, I've tried V Look up also.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,894

    Re: Converting Numeric Value (1,2or3) to text

    Welcome to the forum.

    There are instructions at the top of the page explaining how to attach your sample workbook.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    06-14-2020
    Location
    Newcastle, England
    MS-Off Ver
    Microsoft Office 2016
    Posts
    2

    Re: Converting Numeric Value (1,2or3) to text

    Hi, thank you for your quick response - I had been catching up with work and signed off straight after my post. I have (I think) attached a sample for you
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Converting Numeric Value (1,2or3) to text

    you could find and replace 1 with not started etc

    a formula in other cells
    =IF(C2=1,"Not Started",IF(C2=2,"In Progress",IF(C2=3,"Completed","")))

    or
    =IFERROR(LOOKUP(C2,{1;2;3},{"not started";"In progress";"Completed"}),"")

  5. #5
    Forum Expert BMV's Avatar
    Join Date
    01-13-2020
    Location
    St-Petersburg, Russia
    MS-Off Ver
    2013-2016
    Posts
    1,329

    Re: Converting Numeric Value (1,2or3) to text

    Please Login or Register  to view this content.

  6. #6
    Forum Contributor
    Join Date
    04-15-2013
    Location
    Singapore, Melbourne
    MS-Off Ver
    Office 365
    Posts
    167

    Re: Converting Numeric Value (1,2or3) to text

    =CHOOSE(C2,"not started","In progress","Completed")
    Row row row your boat
    Gently down the stream

+ 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. [SOLVED] Converting text string "vbYesNo" to numeric value to pass as variable argument
    By truk2 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-18-2020, 10:30 AM
  2. [SOLVED] Converting downloaded data from text to numeric
    By BarryHWhite in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-04-2015, 02:40 PM
  3. Converting alpha-numeric to numeric only
    By rmaier in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 11-12-2012, 01:10 PM
  4. Converting text to numeric value
    By Lithium78 in forum Excel General
    Replies: 5
    Last Post: 05-17-2010, 09:08 AM
  5. converting text to numeric data
    By babooz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-19-2006, 03:20 AM
  6. [SOLVED] Converting variable text strings to numeric
    By Richgard53 in forum Excel General
    Replies: 1
    Last Post: 07-13-2005, 02:05 AM
  7. [SOLVED] Converting Text into a Numeric Value and Totalling
    By Shazbut in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-10-2005, 01:07 PM

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