• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Finding a combination of numbers

ganeshm

Member
hi excel users,

I have attached an excel file for finding out number combination.

which formula should i use to find out other combinations.

There is combin & permut in excel. Should i use any other formula along with this.

The sheet is without formula as i couldn't find the correct formula to apply.


Regards,
ganeshm
 

Attachments

  • Test File for Combination.xlsx
    9.9 KB · Views: 15
hi somendra,

the value need to appear in A+,I+ & Z = 25

where A-,I+ & Z need to be the result of combination of the given numbers.

regards,
 
Try this..

In E12, use formula as ...

=INDEX($C$4:$E$6,MATCH(B14,$A$4:$A$6,0),INDEX(MATCH(C14&D14,$C$2:$E$2&$C$3:$E$3,0),0,0))

Hope it will work as per requirement..
 
i rectified and corrected the space between "I-" and "I -".

I think the "#NA" is because of no value in D14.
 
Back
Top