After updating the range in the formula below, I am no longer getting a calculation even after using Ctrl+Shift Enter.
Working: =SUMIF('ALL CODE DATA'!D$2:D$847,F2,'ALL CODE DATA'!P$2:P$847)/COUNTIFS('ALL CODE DATA'!D$2:D$847,F2,'ALL CODE DATA'!P$2:P$847,">0")
Not Working: =SUMIF('ALL CODE DATA'!D$2:D$1804,F2,'ALL CODE DATA'!P$2:P$1804)/COUNTIFS('ALL CODE DATA'!D$2:D$1804,F2,'ALL CODE DATA'!P$2:P$1804,">0")
Column D is text but has to be because of the formatting, however this doesn't seem to be the issue as the same data is used in the first formula.
Any tips on how to fix?
Thanks.
Working: =SUMIF('ALL CODE DATA'!D$2:D$847,F2,'ALL CODE DATA'!P$2:P$847)/COUNTIFS('ALL CODE DATA'!D$2:D$847,F2,'ALL CODE DATA'!P$2:P$847,">0")
Not Working: =SUMIF('ALL CODE DATA'!D$2:D$1804,F2,'ALL CODE DATA'!P$2:P$1804)/COUNTIFS('ALL CODE DATA'!D$2:D$1804,F2,'ALL CODE DATA'!P$2:P$1804,">0")
Column D is text but has to be because of the formatting, however this doesn't seem to be the issue as the same data is used in the first formula.
Any tips on how to fix?
Thanks.