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
Post a Comment