N
Norbert Jaeger
Hello,
in column A (A5:A370) are dates from 01-01-2005 to 31-12-2005
in column B (B5:B370) are the week no. for each date, produced by
following formula:
=ROUNDDOWN(((A7-WEEKDAY(A7,2)-DATE(YEAR(A7+4-WEEKDAY(A7,2)),1,-10))/7),0)
where A7 is the 03-01-2005 and the result is 1, for week no.1
in column C (C5:C370) are production figures
How can I get the sum of production figures of a certain week.
Many thanks for any suggestion
Regards,
Norbert
in column A (A5:A370) are dates from 01-01-2005 to 31-12-2005
in column B (B5:B370) are the week no. for each date, produced by
following formula:
=ROUNDDOWN(((A7-WEEKDAY(A7,2)-DATE(YEAR(A7+4-WEEKDAY(A7,2)),1,-10))/7),0)
where A7 is the 03-01-2005 and the result is 1, for week no.1
in column C (C5:C370) are production figures
How can I get the sum of production figures of a certain week.
Many thanks for any suggestion
Regards,
Norbert