N
N. Thole
Where one range (B25:M25) is years and the other is $
amounts (B27:M27), I am attempting to set the criteria so
that it will only count particular years. This works:
=SUMIF($B$25:$M$25,">2003",B27:M27)
But I would like to change ">2003" instead to a particular
cell (in this case ">B7"), so that the criteria can be
changed and updated automotically.
Is there a way to do this in SUMIF or do I need to use SUM
(IF)? If the latter is the case, how?
amounts (B27:M27), I am attempting to set the criteria so
that it will only count particular years. This works:
=SUMIF($B$25:$M$25,">2003",B27:M27)
But I would like to change ">2003" instead to a particular
cell (in this case ">B7"), so that the criteria can be
changed and updated automotically.
Is there a way to do this in SUMIF or do I need to use SUM
(IF)? If the latter is the case, how?