• 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.

Find the value as per 4 criteria

Bibhuti Mohanty

New Member
Dear Expert,

I need some assistance for solve some issue on working sheet. I have to found the basic amount as criteria given on my sheet.

Thanks & Regards,

Bibhuti
 

Attachments

C49: =MAX(IF($A$2:$A$45=A49,$C$2:$C$45)) Ctrl+Shift+Enter
D49: =INDEX($D$2:$D$45,MATCH(C49,$C$2:$C$45,0),)
E49: =INDEX($E$2:$E$45,MATCH(C49,$C$2:$C$45,0),)
F49: =INDEX($F$2:$F$45,MATCH(C49,$C$2:$C$45,0),)
Copy all down
 
Back
Top