Hi all
Probably a very simple answer, but I have a series of SUMIF cells which all work perfectly, until they reach a blank cell which contains a formula. I can't find the right syntax for the SUMIF to work, any ideas? The code at present is:
Where column AI is the range to check, and column AD is the number to count if the criterion is met.
Kind regards
Dave
Probably a very simple answer, but I have a series of SUMIF cells which all work perfectly, until they reach a blank cell which contains a formula. I can't find the right syntax for the SUMIF to work, any ideas? The code at present is:
Code:
=SUMIF($AI$2:$AI$328,"",$AD$2:$AD$328)
Where column AI is the range to check, and column AD is the number to count if the criterion is met.
Kind regards
Dave