+ Reply to Thread
Results 1 to 5 of 5

Creating a Bucket List

  1. #1
    Registered User
    Join Date
    01-16-2013
    Location
    Oklahoma City, OK
    MS-Off Ver
    Excel 2010
    Posts
    40

    Creating a Bucket List

    Hello All,

    I need some help with a formula/function to put a set of values into a bucket, depending upon the value.

    I've attached a spreadsheet with sample data for your review.

    I'm looking to put the Ranking # into one of several Ranking Buckets based on the criteria below:

    1-399
    400-449
    0, 450-499
    500-549
    550-599
    600-649
    650-699
    700+

    I've tried using a LOOKUP function, but I think I'm missing something with it.
    =LOOKUP(C2,{1-399,449,499,549,599,649,650,700},{"1-399","400-449","450-499","500-549","550-599","600-649","650-699","700+"})

    Thank you all!
    Jen

    Excel Bucket.xlsx

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Creating a Bucket List

    =if(c2="","",LOOKUP(C2,{1,400,450,500,550,600,650,700},{"1-399","400-449","450-499","500-549","550-599","600-649","650-699","700+"}))
    but you might want to change 1 to 0
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    01-16-2013
    Location
    Oklahoma City, OK
    MS-Off Ver
    Excel 2010
    Posts
    40

    Re: Creating a Bucket List

    Is it possible to group the 0's in with the 450-499 range?

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Creating a Bucket List

    yep just add it in
    =IF(C2="","",LOOKUP(C2,{0,1,400,450,500,550,600,650,700},{"450-499","1-399","400-449","450-499","500-549","550-599","600-649","650-699","700+"}))

  5. #5
    Registered User
    Join Date
    01-16-2013
    Location
    Oklahoma City, OK
    MS-Off Ver
    Excel 2010
    Posts
    40

    Re: Creating a Bucket List

    Perfect, thank you very much, I appreciate it!

+ 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] Bucket data into a time horizon using given dates
    By morayman in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 01-28-2013, 10:50 AM
  2. Plot XY points in spreadsheet using paint bucket fill based on cell Coordinates
    By stretchballs in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-13-2012, 12:15 AM
  3. [SOLVED] Count unique cases in a weekly bucket
    By melnemac32 in forum Excel General
    Replies: 2
    Last Post: 10-25-2012, 01:21 PM
  4. Bucket filling based on range of values
    By rushabh21 in forum Excel General
    Replies: 6
    Last Post: 07-02-2012, 10:11 AM
  5. counting the number of dates in an aging bucket
    By englerbd in forum Excel General
    Replies: 1
    Last Post: 10-14-2008, 10:39 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