B
Brian
Hi,
I need to make a dynamic sumif function, where the sumrange is dynamic:
Sumif(range, criteria, sumrange)
Date - outcome1 - outcome2 - outcome 3
1 10 20 10
2 12 15 16
2 13 16 18
3 15 20 19
3 8 3 4
4 20 0 8
5 8 9 7
Using the above example, I need to sum all results on a given date.
Thus, I would prefer a formula like: sumif(a:a;"2"; if(5:5="outcome2") ),
which would give the following result: 31 (15 + 16).
I need to make a dynamic sumif function, where the sumrange is dynamic:
Sumif(range, criteria, sumrange)
Date - outcome1 - outcome2 - outcome 3
1 10 20 10
2 12 15 16
2 13 16 18
3 15 20 19
3 8 3 4
4 20 0 8
5 8 9 7
Using the above example, I need to sum all results on a given date.
Thus, I would prefer a formula like: sumif(a:a;"2"; if(5:5="outcome2") ),
which would give the following result: 31 (15 + 16).