+ Reply to Thread
Results 1 to 2 of 2

Formula for Random Distribution

  1. #1
    Registered User
    Join Date
    02-16-2023
    Location
    Bengaluru, India
    MS-Off Ver
    Office Home and Business 2024
    Posts
    21

    Question Formula for Random Distribution

    I need an Excel formula to divide money into groups based on percentages (like 5%, 12%, and 18%). Each group has a set amount of money to divide. I want to split that money randomly between different rows, but make sure the total for each percentage group adds up to its original amount. After splitting it randomly, I also need to adjust each amount slightly so they're proportional to a final overall total.

    Ex: 5% ₹1,02,31,456.95 to be distributed wherever there is 5% rate in % column. Please help

    Tried this formula: IF(B35=5,RAND()*$E$24/COUNTIF($B$35:$B$85,5),IF(B35=12,RAND()*$F$24/COUNTIF($B$35:$B$85,12),IF(B35=18,RAND()*$G$24/COUNTIF($B$35:$B$85,18),0)))
    but couldn't get it working.

    Thank you.
    Attached Files Attached Files
    Last edited by g.avinash; 12-27-2024 at 03:03 AM.

  2. #2
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2019
    Posts
    4,542

    Re: Formula for Random Distribution

    Try in C3: =($B$4+$B$8)*C2/SUM($C$2:$E$2), copy across

+ 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. Replies: 20
    Last Post: 01-06-2023, 05:06 AM
  2. [SOLVED] Need for a random formula that generates a pre-determined distribution
    By jerryong in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-28-2021, 07:40 PM
  3. Random distribution
    By KingTamo in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 12-22-2018, 04:19 PM
  4. Replies: 3
    Last Post: 08-05-2012, 05:47 PM
  5. Semi Random Distribution of Set Value
    By mortonj in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-23-2011, 04:01 PM
  6. normal distribution of random no.'s
    By ladee_bird in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-20-2005, 11:05 AM
  7. [SOLVED] Random Distribution
    By Rick via OfficeKB.com in forum Excel General
    Replies: 3
    Last Post: 04-29-2005, 03:06 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