I have a column of dates in the following UK format:
19/07/2007 15:00:00
I'm trying to calculate, on the fly, the number of cells with a date over 56 days ago. This is the closest I can logically work out myself:
=SUMPRODUCT(--(p_Network!$D$2:$D$50000<DATEVALUE(Today()-56)))
The cell range is on another worksheet within the workbook.
The result it is returning is the TOTAL number of cells, not just the ones over 56 days old.
The forumla looks OK to me ... which is making me think it might be to do with the Date format. I've set the D column to the correct date format as shown in the example above.
Excel version 2003 sp3 for ref.
Any ideas????
19/07/2007 15:00:00
I'm trying to calculate, on the fly, the number of cells with a date over 56 days ago. This is the closest I can logically work out myself:
=SUMPRODUCT(--(p_Network!$D$2:$D$50000<DATEVALUE(Today()-56)))
The cell range is on another worksheet within the workbook.
The result it is returning is the TOTAL number of cells, not just the ones over 56 days old.
The forumla looks OK to me ... which is making me think it might be to do with the Date format. I've set the D column to the correct date format as shown in the example above.
Excel version 2003 sp3 for ref.
Any ideas????