marino3620
New Member
- Joined
- Nov 6, 2014
- Messages
- 4
I am looking to SUMIFS the costs in Column I when the values in Column H are ,<=TODAY() and >=TODAY()+90, and value in column M is "DTB" (with DTB to be able to change based on the individual members of team).
I also do not want to have to keep going back and changing cell range to include all cells when new data is added
Here is what I have:
=SUMIFS(I5:I468,H5:H468,"<="&TODAY(),H:H,">="&TODAY()+90),$M$5:$M$468,"=DTB")
thank for your help.
I will then need to take same formula and change the criteria to SUMIFS by month instead of [&TODAY(),H:H,">="&TODAY()+90)]
I also do not want to have to keep going back and changing cell range to include all cells when new data is added
Here is what I have:
=SUMIFS(I5:I468,H5:H468,"<="&TODAY(),H:H,">="&TODAY()+90),$M$5:$M$468,"=DTB")
thank for your help.
I will then need to take same formula and change the criteria to SUMIFS by month instead of [&TODAY(),H:H,">="&TODAY()+90)]