thelostscott
Board Regular
- Joined
- May 7, 2010
- Messages
- 226
Hi all,
I'm trying to do a SUMIFS formula with a variable "sum_range".
The formula works when it reads:
Then I need to add another criteria to the end of the formula where $I$24 is a changing date:
But I need the "sum_range" to be variable dependant on the new criteria. Kind of like how an INDEX-MATCH formula works but to sum the column not just provide the first instance.
Is this possible without Pivot Tables?
I'm trying to do a SUMIFS formula with a variable "sum_range".
The formula works when it reads:
Code:
=SUMIFS('Workings'!$M$5:$M$216,'Workings'!$F$5:$F$216,CONCATENATE($F$25,"/",$G26))
Code:
'Workings'!$G$4:$S$4,$I$24
Is this possible without Pivot Tables?