+ Reply to Thread
Results 1 to 6 of 6

Bucketing for transaction amounts Small, Med, Large, Super.

  1. #1
    Registered User
    Join Date
    04-25-2022
    Location
    USA
    MS-Off Ver
    365
    Posts
    12

    Bucketing for transaction amounts Small, Med, Large, Super.

    Hello all,
    I am stuck trying to find a quantitative way to bucket transaction amounts. I want to back up the bucket sizes with statistics instead of just picking them out of a hat (for lack of a better term). Has anyone encountered this? I have attached a sample workbook with transaction amounts. Example file .xlsx

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,127

    Re: Bucketing for transaction amounts Small, Med, Large, Super.

    You didn't say what the bucket sizes were supposed to be.

    However, a guess.

    =LOOKUP(A2,$G$2:$G$5,$H$2:$H$5)

    In the lookup table, the number on the LEFT is the STARTING point for that "bucket" and the term on the right is its description.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Registered User
    Join Date
    04-25-2022
    Location
    USA
    MS-Off Ver
    365
    Posts
    12

    Re: Bucketing for transaction amounts Small, Med, Large, Super.

    I was wondering if there was a way to determine the bucket sizes statistically. Ie.. If my range is from 200k to 10M how do I determine if small is 200k-1m, 1m-5m is med, 5m-7m is large and 7m+ is super. Or do I just have to make those arbitrary determinations myself?

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,127

    Re: Bucketing for transaction amounts Small, Med, Large, Super.

    "Statistically" is a wonderfully vague description!! A suggestion...

    =PERCENTILE.INC(A2:A210,(ROWS(G$2:G2)-1)/4)

    copied down from G2 allocates the numbers into 4 equally sized groups (i.e 25 % of the values in each group).
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    04-25-2022
    Location
    USA
    MS-Off Ver
    365
    Posts
    12

    Re: Bucketing for transaction amounts Small, Med, Large, Super.

    ""Statistically" is a wonderfully vague description!!" I love that quote I'm going to have to use that in my next meeting with my boss! LOL

    Thanks for the help on this!

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,127

    Re: Bucketing for transaction amounts Small, Med, Large, Super.

    The one I use most often is "I use statistics like a drunk uses a lamp post... more for support than illumination" It always gets a laugh at conferences.



    You're welcome.



    It would be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.

    Finally, if that takes care of your original question, please click on "Thread Tools" from the menu link (just above the first post in the thread) and mark this thread as SOLVED.

+ 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] Request for Excel formula for two conditions (Large to small, then small to large)
    By nicholascky in forum Excel Formulas & Functions
    Replies: 29
    Last Post: 08-14-2016, 01:16 PM
  2. Replies: 5
    Last Post: 07-19-2015, 11:05 AM
  3. [SOLVED] HELP - This Macro works on small amounts of data but fails on large amounts
    By BookmanNLA in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-18-2015, 12:40 AM
  4. Using large amounts of IF statements
    By Malteser in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-06-2015, 03:18 PM
  5. [SOLVED] How to extract "large" and "small" amounts from vlookup
    By okjeep in forum Excel General
    Replies: 14
    Last Post: 05-02-2012, 06:28 AM
  6. Large Amounts of Data
    By Drewser33 in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 06-17-2008, 09:13 AM
  7. Add amounts in a column based on transaction date in another column
    By jonco in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-08-2006, 07:50 PM

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