In Sheet2 Column F I have a date in DD/MM/YYYY format.
In Sheet 2 Column G I have the source which is listed as either "A" or "B"
In Sheet1 I have a summary table.
In cell B10 of Sheet1 I would like a count of Sheet2 entries that have last week's date AND have a source of A.
In cell B11 of Sheet1 I would like a count of Sheet2 entries that have last week's date AND have a source of B.
So at the time of writing this (20th October) that would be any that fall between 9th-15th October. This range will change to 16th-22nd October on Monday 23rd October.
I also require a SUM of Sheet2 Column C based on the above criteria (date stamp and source A, date stamp and source B) which will be entered in Sheet1 C10 and C11 respectively
and a SUM of Sheet2 Column D based on the above criteria (date stamp and source A, date stamp and source B) which will be entered in Sheet1 D10 and D11 respectively
I imagine I can use a COUNTIFS for the first requirement and a SUMIFS for the second and third requirements but I am not sure how to add in the date element nor how this impacts the formulas.
Thanks for any help
In Sheet 2 Column G I have the source which is listed as either "A" or "B"
In Sheet1 I have a summary table.
In cell B10 of Sheet1 I would like a count of Sheet2 entries that have last week's date AND have a source of A.
In cell B11 of Sheet1 I would like a count of Sheet2 entries that have last week's date AND have a source of B.
So at the time of writing this (20th October) that would be any that fall between 9th-15th October. This range will change to 16th-22nd October on Monday 23rd October.
I also require a SUM of Sheet2 Column C based on the above criteria (date stamp and source A, date stamp and source B) which will be entered in Sheet1 C10 and C11 respectively
and a SUM of Sheet2 Column D based on the above criteria (date stamp and source A, date stamp and source B) which will be entered in Sheet1 D10 and D11 respectively
I imagine I can use a COUNTIFS for the first requirement and a SUMIFS for the second and third requirements but I am not sure how to add in the date element nor how this impacts the formulas.
Thanks for any help