The data entered are as follows :
Total 5 4 6 6
Date 2/3/18 3/3/18 4/3/18 5/3/18
Apples 2 3 2 4
Oranges 3 1 4 2
In the first row, I sum the columns for the number of fruits for the particular date.
I need to display the following :
Category FromDate ToDate Answer
Apples 2/3/18 4/3/18 7
What should I do to get the answer 7?
If I select Oranges, it will display 8.
I tried sumif but I can only sum the total according to the from/to dates but I cannot sum if a category is selected.
Can anyone help??
Total 5 4 6 6
Date 2/3/18 3/3/18 4/3/18 5/3/18
Apples 2 3 2 4
Oranges 3 1 4 2
In the first row, I sum the columns for the number of fruits for the particular date.
I need to display the following :
Category FromDate ToDate Answer
Apples 2/3/18 4/3/18 7
What should I do to get the answer 7?
If I select Oranges, it will display 8.
I tried sumif but I can only sum the total according to the from/to dates but I cannot sum if a category is selected.
Can anyone help??