=INDEX(bwt!$K:$K,MATCH(1,(bwt!$B:$B=$A18)*(bwt!$E:$E=N$4),0))
This is the formula I've been using. I now have reports that may not have the N4 (which is text), the return is NA. The value in K:K is a decimal.
I need to replace the NA with 0 or blank for the 10 columns that have this formula to total. I've changed the Index match, tried so many variations, and know I'm just missing something and can't see it.