date comparison and formatting

Copper Contributor

I am trying to compare dates in one column to today's date. If the date is within 3 days of today I would like to count and total it at the bottom of the column.

5 Replies

@jimfout1964 

Hello,

 

Below formula should work.

 

SUMIF(DATERANGE;">="&TODAY()-3;SUMRANGE)

@erol sinan zorlu 

Would i put this formula in the place where I want the total?

@jimfout1964 

yes exactly.

@erol sinan zorlu 

Not working, I think I am missing something. the formula is correct but there is no calculation.

@jimfout1964 

please check the attached file.