queenbean84
New Member
- Joined
- May 14, 2016
- Messages
- 10
I am trying to use SUMIFS to total criteria in two different tables. These are the two formulas I am using in two different cells. I want to combine the two into only one cell. I am using Excel 2016.
=SUMIFS(list_purchases[Grand Total],list_purchases[Date],">"&beg_date-1,list_purchases[Date],"<"&end_date+1)
=SUMIFS(list_scrap[Total],list_scrap[Date],">"&beg_date-1,list_scrap[Date],"<"&end_date+1)
=SUMIFS(list_purchases[Grand Total],list_purchases[Date],">"&beg_date-1,list_purchases[Date],"<"&end_date+1)
=SUMIFS(list_scrap[Total],list_scrap[Date],">"&beg_date-1,list_scrap[Date],"<"&end_date+1)