Pasting my Sumproduct formula from Excel 2016 to Excel 2007 doesn't work -




i have been working on formula using sumproduct values based on 3 criteria: date, yes or no, , types. here example: image of excel sheet table

the formula used is:

=sumproduct(([example1.xlsx]input!$a$3:$a$12=$a2)*([example1.xlsx]input!$b$1:$c$1=b$1)*([example1.xlsx]input!$b$2:$c$2="yes")*([example1.xlsx]input!$b$3:$c$12)) 

this formula in excel 2016 give me this: {0, 0, 10, 0, 0, 0, 10, 0, 0, 20}. however, when paste code excel 2007, #na. know why getting result? use sumproduct function , keep format of code because planning apply excel project. thank you





wiki

Comments

Popular posts from this blog

elasticsearch - what is the equivalent data type for geo_point in hibernate search? -

Jenkins: find build number for git commit -

firebase - How to wait value in Ionic 2 -