I am looking for a macro or something to find a combination of numbers from one column and match them to a combination of numbers in a second column.
Ex. A B
1 18
7 12
35 17
3 4
5
1+3 in column A = 4 in column B
35 in column A = 18 + 17 in column B
7+5 in column A = 12 in column B
There will be many more numbers involved however I think I can limit the search to say that A = B where A and B are both no more than 5 numbers. Nothing fancy needed. Once it finds a hit, it could stop and the numbers could be removed manually and so that it could run a new search. I have no idea how to do this so any help would be great.
Ex. A B
1 18
7 12
35 17
3 4
5
1+3 in column A = 4 in column B
35 in column A = 18 + 17 in column B
7+5 in column A = 12 in column B
There will be many more numbers involved however I think I can limit the search to say that A = B where A and B are both no more than 5 numbers. Nothing fancy needed. Once it finds a hit, it could stop and the numbers could be removed manually and so that it could run a new search. I have no idea how to do this so any help would be great.