Hi,
im currently using the following formula to INDEX and MATCH a couple of Criterea which I thought was working perfectly until I noticed a discrepancy with the Outputs vs Actuals. the below formula is only returning a 1 line value. for example the cell AQ2 in the formula is the date im looking for in QueryReport!$J$2:$J$50000 and B64 is a process. if there is 2 entries in my dataset for the same date and same process, say 10 on each line, the formula only returns 10, where I require it to sum these and return 20.
=IFERROR(INDEX(QueryReport!$A$2:$J$50000,MATCH(1,(QueryReport!$A$2:$A$50000=$B64)*(QueryReport!$C$2:$C$50000=$A$40)*(QueryReport!$J$2:$J$50000=AQ$2),0),4),0)
My formula itself is good and matchs as I want, but im 99% sure I need to add the SUMPRODUCT function to the formula in order to get the outcome I described above. I just cant seem to fit it in anywhere to work,
Any ideas?
Thanks in advance,
Bookmarks