Hey yall, This is extremely basic and something I have done a thousand times, but for some reason, now when I am adding two cells (which have numeric values) the total cell is showing 0. Any ideas why?
Example Cells to be added have formulas: Cell A1 =SUMPRODUCT(H9:H1000,(A9:A1000<=9.14)*(A9:A1000>=9.08)*(D9:D1000="Y")) which results in a value of 5.
Cell A2 =SUMPRODUCT(I9:I1000,(A9:A1000<=9.14)*(A9:A1000>=9.08)*(D9:D1000="Y")) resulting in 13
But Cell A3 (=SUM(A1:A2)) reads 0.
Suggestions?
Thanks
Bookmarks