Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I receive a list of numbers. I need to find
out which amounts will add up to a given total. How would I create a macro to do this? Is there already an Excel function to do this that I have not found? It would need to work with currency. Ex: 9, 12, 7, 4, 15, 8, 10, 3 total needed 18 Solution 8+10; 3+15 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Karlo
You can have a macro to do this to list all the possible combinations. Do you have format in which the data is currently in. If this post helps click Yes --------------- Jacob Skaria |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi karlo,
See: http://www.tek-tips.com/viewthread.cfm?qid=1485698 -- Cheers macropod [MVP - Microsoft Word] "karlo" wrote in message ... I receive a list of numbers. I need to find out which amounts will add up to a given total. How would I create a macro to do this? Is there already an Excel function to do this that I have not found? It would need to work with currency. Ex: 9, 12, 7, 4, 15, 8, 10, 3 total needed 18 Solution 8+10; 3+15 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Do the figures appear in seperate cells?, do you want the the results in seperate cells? karlo;271259 Wrote: I receive a list of numbers. I need to find out which amounts will add up to a given total. How would I create a macro to do this? Is there already an Excel function to do this that I have not found? It would need to work with currency. Ex: 9, 12, 7, 4, 15, 8, 10, 3 total needed 18 Solution 8+10; 3+15 -- Simon Lloyd Regards, Simon Lloyd 'The Code Cage' (http://www.thecodecage.com) ------------------------------------------------------------------------ Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=75584 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ex: 9, 12, 7, 4, 15, 8, 10, 3 total needed 18
Solution 8+10; 3+15 Is 3+7+8 a solution also? = = = Dana DeLouis karlo wrote: I receive a list of numbers. I need to find out which amounts will add up to a given total. How would I create a macro to do this? Is there already an Excel function to do this that I have not found? It would need to work with currency. Ex: 9, 12, 7, 4, 15, 8, 10, 3 total needed 18 Solution 8+10; 3+15 |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Mar 16, 8:03*am, Dana DeLouis wrote:
* Ex: 9, 12, 7, 4, 15, 8, 10, 3 * total needed 18 * Solution 8+10; 3+15 Is 3+7+8 a solution also? = = = Dana DeLouis karlo wrote: I receive a list of numbers. *I need to find out which amounts will add up to a given total. *How would I create a macro to do this? *Is there already an Excel function to do this that I have not found? *It would need to work with currency. Ex: 9, 12, 7, 4, 15, 8, 10, 3 * total needed 18 Solution 8+10; 3+15- Hide quoted text - - Show quoted text - Hi Karlo, check this out: http://www.geocities.com/excelmx/SumTarget.xls |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can Excel fill in numbers to equal a predetermined total? | New Users to Excel | |||
how to get excel to combine numbers to a given total | Excel Discussion (Misc queries) | |||
Combine 6 Worksheets to 1 Worksheet with total amounts | Excel Worksheet Functions | |||
Can excel find a sequence of numbers from a known total? | Excel Discussion (Misc queries) | |||
Can excel find a sequence of numbers from a known total? | Excel Worksheet Functions |