G
Guest
I have the formula
SUM(IF(Logs!$E$3:$E$1000=CODES!$F$2,IF(Logs!$F$3:$F$1000=CODES!$A$2,1,0),0)
used to get a count of the number of logs raised by F2 with status A2
The formulae results are correct when viewed in the forumla inspector, and react according to any changes
The problem is, the cell shows a zero - always
There's nothing other than what's above in the formula
Re-calculation is not the problem, as other formula are updating happily on the same data
The original came from the conditional sum wizard, but I edited it to fetch the constants from datafields rather than using strings
I also moved it to another sheet as a string copy-paste, checking the references
I've checked all the things I can think of - format, protection, extra letters after the formula
help
SUM(IF(Logs!$E$3:$E$1000=CODES!$F$2,IF(Logs!$F$3:$F$1000=CODES!$A$2,1,0),0)
used to get a count of the number of logs raised by F2 with status A2
The formulae results are correct when viewed in the forumla inspector, and react according to any changes
The problem is, the cell shows a zero - always
There's nothing other than what's above in the formula
Re-calculation is not the problem, as other formula are updating happily on the same data
The original came from the conditional sum wizard, but I edited it to fetch the constants from datafields rather than using strings
I also moved it to another sheet as a string copy-paste, checking the references
I've checked all the things I can think of - format, protection, extra letters after the formula
help