looking for some help on an issue I am having with a prompt stating that a formula is two long. I am using SUMPRODUCT ISNUMBER SEARCH formula for multiple selections, approx 30, and the way I am entering the code works but "formula to long" error message appears before I am able to enter criteria for all 30 selections. I am just adding each of the equations to each other to return a total. attached is a portion of the formula. Is there a different way of listing the criteria that is more efficient?? Please help!!
=SUMPRODUCT(--ISNUMBER(SEARCH("ENG",'T-WEEK DATA'!G6:G2283))
, --('T-WEEK DATA'!U6:U2283="T-9"))
+SUMPRODUCT(--ISNUMBER(SEARCH("BM",'T-WEEK DATA'!G6:G2283)), --('T-WEEK DATA'!U6:U2283="T-9"))
Bookmarks