View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kaon[_42_] kaon[_42_] is offline
external usenet poster
 
Posts: 1
Default combination of numbers

Hi all,

I have a question which is quite urgent indeed.

now I have a column with random numbers of arbitrary length. Given a
number, how can I find an UNIQUE combination of those numbers?

Example:
Suppose i have a list [1, 2, 3, 5], now
I want to know the combination of summation of 4 is 1 + 3.

How can I do that by VBA code?

Thanks for all.


---
Message posted from http://www.ExcelForum.com/