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

Data fin out thru match

Dear sir,

want to data thru match required output example is available in excel sheet.
 

Attachments

  • Question.xlsx
    567.8 KB · Views: 6
also you can use match index using array
=IFERROR(INDEX('Raw data'!$A$1:$E$17665,MATCH(1,('Raw data'!$A$1:$A$17665=$A3)*('Raw data'!$D$1:$D$17655=C$2),0),5),0)

Use
Ctrl + Shift + Enter
 
The SUMIFS formula here's modified to remove 0

In C3, copy across and down :

=IFERROR(1/(1/SUMIFS('Raw data'!$E:$E,'Raw data'!$A:$A,'Question sheet'!$A3,'Raw data'!$D:$D,'Question sheet'!C$2)),"")

Regards
Bosco
 
Back
Top