I'm having trouble with this formula.
The problem is that the report is all text values. Great. So I useFormula:
VALUE(D2:D999)
In this range of text values, there are blanks, throwing an error. I've triedbut that is not an array formula.Formula:
IFERROR(VALUE(D2:D999, 0))
So how would I go about fixing this formula to adjust to the blank text values?
Formula:
=SUMPRODUCT(--(D2:D999<>""),IFERROR(VALUE(D2:D999),0),--(I2:I999=$K2))
Bookmarks