psychler267
New Member
- Joined
- Mar 4, 2014
- Messages
- 1
Hello, I have a big spreadsheet with IT / Finance data. Below is the formula, I currently have. I am summing column Y in Tab Savings Data Detail, where column A does not equal Parent, and The Value in Column AK on the Savings data details tab matches the value in current tab for cell B26 and where column G on the savings detail tab equals Transition to IT. I am adding that value to the second sumifs statement essentially the values in column X on the savings detail tab with the same criteria.
Now I need to add to each of these formulas. I need to sum only the values where the date value in column W on the data details tab is greater than or equal to 01/01/2013 and less than or equal to 12/31/2013
Can someone please help me find the easiest way? I really appreciate your time and help in advance!
=SUMIFS('savings data details'!$Y:$Y,'savings data details'!$A:$A,"<>Parent",'savings data details'!$AK:$AK,$B26,'savings data details'!$G:$G,"Transition to IT")+
SUMIFS('savings data details'!$X:$X,'savings data details'!$A:$A,"<>Parent",'savings data details'!$AK:$AK,$B26,'savings data details'!$G:$G,"Transition to IT")
Now I need to add to each of these formulas. I need to sum only the values where the date value in column W on the data details tab is greater than or equal to 01/01/2013 and less than or equal to 12/31/2013
Can someone please help me find the easiest way? I really appreciate your time and help in advance!
=SUMIFS('savings data details'!$Y:$Y,'savings data details'!$A:$A,"<>Parent",'savings data details'!$AK:$AK,$B26,'savings data details'!$G:$G,"Transition to IT")+
SUMIFS('savings data details'!$X:$X,'savings data details'!$A:$A,"<>Parent",'savings data details'!$AK:$AK,$B26,'savings data details'!$G:$G,"Transition to IT")