Error when reusing Google SpreadSheet Formula in Excel -


the formula:

=arrayformula(sumproduct(1*('test cases'! $g$3:$g <> ""), 1*('test cases'! $i$3:$i <> ""), 1*('test cases'! $j$3:$j<>""))) 

works in google spreadsheet, gives error in excel.

i tried removing =arrayformula still error

in excel 2007 or later countifs best option, e.g.

=countifs('test cases'!$g$3:$g$1000,"<>",'test cases'!$i$3:$i$1000,"<>",'test cases'!$j$3:$j$1000,"<>")


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -