I have a spreadsheet that I would like to add up a column if the below criteria is met:
Sheet1
If Column A = whenever it equals "red"
If Column B whenever it is between "03/01/2005" and "03/31/05"
If Column C = whenever it equals "0712"
Sheet2
Put that value in Sheet2, Column D.
So if on Sheet1:
A2="red"
B2="3/28/05"
C2="0712"
D2=$100
A7="red"
B7="3/28/05"
C7="0712"
D7=$200
Then on Sheet2, column A2 = $300
I just don't know which would be better - Sumif or Sumproduct. If so, could you give me the formula?
Thanks in advance.
Sheet1
If Column A = whenever it equals "red"
If Column B whenever it is between "03/01/2005" and "03/31/05"
If Column C = whenever it equals "0712"
Sheet2
Put that value in Sheet2, Column D.
So if on Sheet1:
A2="red"
B2="3/28/05"
C2="0712"
D2=$100
A7="red"
B7="3/28/05"
C7="0712"
D7=$200
Then on Sheet2, column A2 = $300
I just don't know which would be better - Sumif or Sumproduct. If so, could you give me the formula?
Thanks in advance.