I have a workbook that I have downloaded from Google Docs that contains a FILTER() formula. I have noticed that Excel doesn't recognize this. The purpose of this is to display the name from BJ only if BK is higher than 0 (indicating that I have this). Obviously the first part of the formula works fine. What can I do in Excel to make this work?

Here is the formula:

IF(COUNTIF('Tech info'!BK2:BK30,">0")=0, "No Artifacts", FILTER('Tech info'!BJ2:BJ30,'Tech info'!BK2:BK30>0))

And the array that it refers to is attached as I couldn't get it to be readable here.

Artifacts.pdf