S
salvatore
I have a column with dates in it, and Id like to have a total at the
bottom that sums the number of occurances where the date is less than
today's date. I was thinking something like this:
=COUNTIF((E7:E136),"<=TODAY()")
But all that does is evaluate to 1 or 0 based on the logical operator
and whether or not there are *any* values that match the criteria.
Meaning, if there's any that meet this, the result is one, and if not,
the result is zero. What im looking for is a result of the sum of the
total that meet the criteria; say, ten or fifteen or however many dates
there are in the array less than today's date.
Am I overcomplicating this?
Any help is met with much love and appreciation.
bottom that sums the number of occurances where the date is less than
today's date. I was thinking something like this:
=COUNTIF((E7:E136),"<=TODAY()")
But all that does is evaluate to 1 or 0 based on the logical operator
and whether or not there are *any* values that match the criteria.
Meaning, if there's any that meet this, the result is one, and if not,
the result is zero. What im looking for is a result of the sum of the
total that meet the criteria; say, ten or fifteen or however many dates
there are in the array less than today's date.
Am I overcomplicating this?
Any help is met with much love and appreciation.