So I have a filtered array that I want to calculate the sum of whenever I filter it. The problem is there are some N/As in the array. Is there any way around this problem?
I tried this:
=SUBTOTAL(3,IF(ISNUMBER(F7:F1123),F7:F1123,FALSE))
with ctrl+shift+enter
and it didnt't work. Any advice?
Bookmarks