+ Reply to Thread
Results 1 to 6 of 6

Convert numeric value to specific text

Hybrid View

ExcelUser2707 Convert numeric value to... 03-07-2014, 01:51 AM
FDibbins Re: Convert numeric value to... 03-07-2014, 02:00 AM
:) Sixthsense :) Re: Convert numeric value to... 03-07-2014, 02:07 AM
ExcelUser2707 Re: Convert numeric value to... 03-07-2014, 03:42 AM
:) Sixthsense :) Re: Convert numeric value to... 03-07-2014, 03:43 AM
ExcelUser2707 Re: Convert numeric value to... 03-07-2014, 03:38 AM
  1. #1
    Forum Contributor
    Join Date
    07-16-2013
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    124

    Convert numeric value to specific text

    Hi experts,

    I require your valuable help.

    I am frequently doing one exercise manually with the support of filter activation. The scenario is as follows. (I am using MS Office 2013)

    Column “A” having numeric value in a range of 2001 To 2999.

    I want to covert this range to specific text. E.g. 2001 To 2018 will convert to “PROJECT 1” , 2171 To 2181 will convert to “Project 9” and so on.

    There is any code or formula will help me to convert numeric value in to text.

    Sample file is attached for your reference.

    Please help in this regards.

    Thanks & Regards

    Amar K
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Convert numeric value to specific text

    If you just have those 2 ranges, try this...
    =IF(A2<2018,"Project1",IF(AND(A2>2170,A2<=2181),"Project9",""))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Convert numeric value to specific text


    J
    K
    L
    1
    Start
    End
    New Value
    2
    2001
    2018
    Project1
    3
    2171
    2181
    Project9



    I
    2
    =IFERROR(LOOKUP(2,1/((A2>=$J$2:$J$3)*(A2<=$K$2:$K$3)),$L$2:$L$3),A2)


    Drag it down...


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  4. #4
    Forum Contributor
    Join Date
    07-16-2013
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    124

    Re: Convert numeric value to specific text

    Thanks Sixthsense

    Your suggested formula is working very well.

    Your elaboration is pleasant.

    Thanks a lot, god bless you

    Regards

    Amar K

  5. #5
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Convert numeric value to specific text

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

  6. #6
    Forum Contributor
    Join Date
    07-16-2013
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    124

    Re: Convert numeric value to specific text

    Thanks FDibbins,

    Thanks a lot for your prompt reply.

+ 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 Text Values to Specific Numeric Values
    By lmp101010 in forum Excel General
    Replies: 5
    Last Post: 09-06-2014, 04:00 PM
  2. Convert portion of numeric input to specific text
    By skardos in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-29-2013, 08:39 AM
  3. Replies: 4
    Last Post: 02-06-2006, 03:05 AM
  4. convert text to numeric vba add-in?
    By sulmau in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  5. [SOLVED] convert text to numeric vba add-in?
    By sulmau in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 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