Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a list of numbers in 1 column that total to a specific number. I want
to create two separate columns whose indidvdual totals are as close as possible to the original total and the two new column lengths are as close as possible. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Please supply more details........
Vaya con Dios, Chuck, CABGx3 "jimF" wrote: I have a list of numbers in 1 column that total to a specific number. I want to create two separate columns whose indidvdual totals are as close as possible to the original total and the two new column lengths are as close as possible. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
My single column is a list 20 random entries(in seconds) that total 2000 sec
.. From that single list, I want to create two separate lists that total close to 1000 seconds each and, if possible, have the two new lists with close to equal number of entries. "CLR" wrote: Please supply more details........ Vaya con Dios, Chuck, CABGx3 "jimF" wrote: I have a list of numbers in 1 column that total to a specific number. I want to create two separate columns whose indidvdual totals are as close as possible to the original total and the two new column lengths are as close as possible. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
So, ideally, you would wind up with two new lists, each of 10 items,
extracted from the 20 item list in column A and each totalling 1000 sec.............is that it? Vaya con Dios, Chuck, CABGx3 "jimF" wrote: My single column is a list 20 random entries(in seconds) that total 2000 sec . From that single list, I want to create two separate lists that total close to 1000 seconds each and, if possible, have the two new lists with close to equal number of entries. "CLR" wrote: Please supply more details........ Vaya con Dios, Chuck, CABGx3 "jimF" wrote: I have a list of numbers in 1 column that total to a specific number. I want to create two separate columns whose indidvdual totals are as close as possible to the original total and the two new column lengths are as close as possible. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Correct, that would be ideal with more emphasis on each list totaling 1000
sec and less emphasis. on each being 10 items long. Thanks for your assistance "CLR" wrote: So, ideally, you would wind up with two new lists, each of 10 items, extracted from the 20 item list in column A and each totalling 1000 sec.............is that it? Vaya con Dios, Chuck, CABGx3 "jimF" wrote: My single column is a list 20 random entries(in seconds) that total 2000 sec . From that single list, I want to create two separate lists that total close to 1000 seconds each and, if possible, have the two new lists with close to equal number of entries. "CLR" wrote: Please supply more details........ Vaya con Dios, Chuck, CABGx3 "jimF" wrote: I have a list of numbers in 1 column that total to a specific number. I want to create two separate columns whose indidvdual totals are as close as possible to the original total and the two new column lengths are as close as possible. |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I was afraid you were going to say that <g........I don't have a clue how
to do that automatically, but with only a 20 item list, I was able to set up the three columns and put the =SUM(B1:B20) in cell B21 and =SUM(C1:C20) in cell C21 and then just moving the values back and forth from column A to columns B and C to balance B21 and C21.........in my sample it didn't take too long. Maybe some "statistical" type guy can see this and give you a better answer. hth Vaya con Dios, Chuck, CABGx3 "jimF" wrote: Correct, that would be ideal with more emphasis on each list totaling 1000 sec and less emphasis. on each being 10 items long. Thanks for your assistance "CLR" wrote: So, ideally, you would wind up with two new lists, each of 10 items, extracted from the 20 item list in column A and each totalling 1000 sec.............is that it? Vaya con Dios, Chuck, CABGx3 "jimF" wrote: My single column is a list 20 random entries(in seconds) that total 2000 sec . From that single list, I want to create two separate lists that total close to 1000 seconds each and, if possible, have the two new lists with close to equal number of entries. "CLR" wrote: Please supply more details........ Vaya con Dios, Chuck, CABGx3 "jimF" wrote: I have a list of numbers in 1 column that total to a specific number. I want to create two separate columns whose indidvdual totals are as close as possible to the original total and the two new column lengths are as close as possible. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF/AND/OR/DATEIF Issue...sorry...long post... | Excel Worksheet Functions | |||
Advice sought: Multiple column sorting | Excel Worksheet Functions | |||
Right column doesn't change when sorting left column. | Excel Discussion (Misc queries) | |||
Lookup Table Dilemma | Excel Worksheet Functions | |||
Adding a KeyID column for sorting | New Users to Excel |