Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
bf44qv1
 
Posts: n/a
Default Dividing a value list equall among multiple persons

I need to divide multiple accounts among several account reps. Each account
has a revenue amount, and each account rep should have a number of accounts
with a near equal total of revenue. All reps do not have to have the same
number of accounts. The spread should be based on total revenues. Any help
would be appreciated. Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
robert111
 
Posts: n/a
Default Dividing a value list equall among multiple persons


You could make a list of all the accounts and then sort it into
ascending order. Name this list "accounts"

Say you have only 2 reps.

assign large(accounts,1) large (accounts,3) etc to rep1
assign large(accounts,2) large (accounts,4) etc to rep 1

in other words you are assigning alternate accounts to the 2 reps.

This does not guarantee equality, but you could fine tune manually, eg
if one has 250000 more, look for a pair of accounts to exchange


--
robert111
------------------------------------------------------------------------
robert111's Profile: http://www.excelforum.com/member.php...o&userid=31996
View this thread: http://www.excelforum.com/showthread...hreadid=520060

  #3   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default Dividing a value list equall among multiple persons

There are three steps to perform the distribution:

1. Divide the total revenue by the total number of reps. This gives the
ideal solution, the goal. The goal probably cant be reach perfectly, but
move on the next step.
2. Sort all the accounts descending so the first account in the list will
have the largest value.
3. Beginning with the first rep., start assigning accounts until just before
the goal has been reached for the rep. (stop before going over goal).
Continue for each rep. Until the list of accounts has been exhausted.

--
Gary's Student


"bf44qv1" wrote:

I need to divide multiple accounts among several account reps. Each account
has a revenue amount, and each account rep should have a number of accounts
with a near equal total of revenue. All reps do not have to have the same
number of accounts. The spread should be based on total revenues. Any help
would be appreciated. Thanks

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
CREATE MULTIPLE DROP DOWN LIST IN SAME WORKBOOK? snarled times New Users to Excel 2 February 19th 06 10:32 PM
move list of numbers from one column to multiple columns coach eo Excel Discussion (Misc queries) 12 February 16th 06 08:12 PM
Returning multiple corresponding values using lookup in a list Wk Excel Discussion (Misc queries) 2 January 25th 06 10:56 PM
How do I create multiple columns from a one-column list in Excel? Melissa Excel Worksheet Functions 5 October 5th 05 03:32 AM
How do I Select Multiple entries from Valid list for a Cell WIDBIS Excel Discussion (Misc queries) 1 June 29th 05 12:53 AM


All times are GMT +1. The time now is 03:37 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"