+ Reply to Thread
Results 1 to 3 of 3

Need to categorize continuous data

  1. #1
    Registered User
    Join Date
    02-14-2012
    Location
    Arizona, USA
    MS-Off Ver
    Excel 2007
    Posts
    9

    Need to categorize continuous data

    Hello,

    I'm new so I hope I'm not already breaking a rule...

    I'm trying to categorize continuous data so that if data in Column N are of certain values they are categorized in Column Q.... The catergories I'm looking for are:

    If N is > or = 75 then it is "4"
    If N is <75 but > or = 25 then it is "3"
    If N is <25 but > 0 then it is "2"
    and If N is = 0 then it is "1"

    What I've tried (thanks to this forum!) in Q is:
    [=IF(N2>=75,4,IF(25<=N2<75,3,IF(0<N2<25,2,IF(N2=0,1))))]

    I get "4" where appropriate and everywhere else "FALSE" ... I've tried a few different variations of the above formula without much success... any help would be greatly appreaciated.

    Thanks.... and thanks for this forum it has been of great help to me in the past!!!
    Last edited by Broccoli; 02-14-2012 at 08:25 PM.

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Need to categorize continuous data

    How about:

    Please Login or Register  to view this content.
    Cheers,
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  3. #3
    Registered User
    Join Date
    02-14-2012
    Location
    Arizona, USA
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: Need to categorize continuous data

    WOW!!!

    That was fast! Thank you... That did it!!! Now I need to get familiar with the lookup function...

    Thanks again!!!!

+ Reply to Thread

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