L
LegaLega
Hello all,
On a worksheet, I have a column which contains a date and a colum
which contains a corresponding amount of records. What I need to do i
get the sum of all records for a given date (i.e. all records for May
all records for June, etc.) I've attempted to accomplish this usin
=(SUMPRODUCT(('Data Sheet'!$A:$A>=VALUE("01 May 2004))*('Dat
Sheet'!$A:$A<=VALUE("31 May 2004))*'Data Sheet'!$F:$F)) - where the
column contains dates within date-formatted cells, and the F colum
contains total records. Can someone please help me
On a worksheet, I have a column which contains a date and a colum
which contains a corresponding amount of records. What I need to do i
get the sum of all records for a given date (i.e. all records for May
all records for June, etc.) I've attempted to accomplish this usin
=(SUMPRODUCT(('Data Sheet'!$A:$A>=VALUE("01 May 2004))*('Dat
Sheet'!$A:$A<=VALUE("31 May 2004))*'Data Sheet'!$F:$F)) - where the
column contains dates within date-formatted cells, and the F colum
contains total records. Can someone please help me