+ Reply to Thread
Results 1 to 6 of 6

formula to Convert numbers in 3 text division

  1. #1
    Registered User
    Join Date
    04-10-2013
    Location
    delhi
    MS-Off Ver
    Excel 2010
    Posts
    5

    formula to Convert numbers in 3 text division

    Hi,

    I've huge keyword data with competition value and i want to use the following condition with all the nos.

    I've numbers in the excel sheet and i want convert those numbers in 3 text value using the following parameters:

    Low — under .33
    Medium — between .33 and .66
    High — over .67

    How can i do it using IF less than or greater than formula or is there any other option to get it.

    Please help me to solve it asap.


    Thank You all..!!!

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

    Re: formula to Convert numbers in 3 text division

    In A1 cell
    .35

    In B1 cell
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    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

  3. #3
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: formula to Convert numbers in 3 text division

    Perhaps something like this?

    =IF(A1<0.33,"lOW",IF(AND(A1>=0.33,A1<=0.66),"Medium","High")
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  4. #4
    Registered User
    Join Date
    04-10-2013
    Location
    delhi
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: formula to Convert numbers in 3 text division

    Thank you so much ... :-)

  5. #5
    Registered User
    Join Date
    04-10-2013
    Location
    delhi
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: formula to Convert numbers in 3 text division

    Thank You sixthsense..!!

  6. #6
    Registered User
    Join Date
    04-10-2013
    Location
    delhi
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: formula to Convert numbers in 3 text division

    Thank You fotis..!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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