ThrottleWorks
Excel Ninja
Hi,
I have one pair of two rows. Both the rows will have below mentioned columns.
Trade Date, Value Date, Buy Currency, Buy Amount, Sell Currency, Sell Amount, Rate.
These are 7 headers. If in any pair, if any of 6 parameters are matching then this is a pair.
For example,
My doubt is, how many combinations I would require to consider.
This might look silly but I want to understand, is there any mathematical formula to get number of possible combinations.
So that, I will be sure that I need n number of combinations to consider all the possibilities.
For example, I have 7 headers but I need to match only 3 fields, so how many combinations I need to build.
At present, I am building concatenations for possible combinations but I am not sure I have covered all.
Can anyone please help me in this.
I have one pair of two rows. Both the rows will have below mentioned columns.
Trade Date, Value Date, Buy Currency, Buy Amount, Sell Currency, Sell Amount, Rate.
These are 7 headers. If in any pair, if any of 6 parameters are matching then this is a pair.
For example,
- Trade Date, Value Date, Buy Currency, Buy Amount, Sell Currency, Sell Amount
- Trade Date, Value Date, Buy Currency, Buy Amount, Sell Currency, Rate.
My doubt is, how many combinations I would require to consider.
This might look silly but I want to understand, is there any mathematical formula to get number of possible combinations.
So that, I will be sure that I need n number of combinations to consider all the possibilities.
For example, I have 7 headers but I need to match only 3 fields, so how many combinations I need to build.
At present, I am building concatenations for possible combinations but I am not sure I have covered all.
Can anyone please help me in this.