JamesBowdidge
New Member
- Joined
- Nov 8, 2018
- Messages
- 46
Hi,
I use a variation of this formula quite a lot.. essentially a sumifs (or countifs) surrounded by a sumproduct to use the range in one of the criteria instead of stacking several lookups together..
=SUMPRODUCT(SUMIFS(RAWDATA!$D:$D,RAWDATA!$A:$A,$A$40:$A$46,RAWDATA!$BR:$BR,B$4))
Where the bold range is a list of items to look up rather than a single item, comes in handy..
I want to do this with an averageifs, but it doesnt work... so it would look like this...
=SUMPRODUCT(averageifs(RAWDATA!$D:$D,RAWDATA!$A:$A,$A$40:$A$46,RAWDATA!$BR:$BR,B$4))
any ideas?
thanks
James
I use a variation of this formula quite a lot.. essentially a sumifs (or countifs) surrounded by a sumproduct to use the range in one of the criteria instead of stacking several lookups together..
=SUMPRODUCT(SUMIFS(RAWDATA!$D:$D,RAWDATA!$A:$A,$A$40:$A$46,RAWDATA!$BR:$BR,B$4))
Where the bold range is a list of items to look up rather than a single item, comes in handy..
I want to do this with an averageifs, but it doesnt work... so it would look like this...
=SUMPRODUCT(averageifs(RAWDATA!$D:$D,RAWDATA!$A:$A,$A$40:$A$46,RAWDATA!$BR:$BR,B$4))
any ideas?
thanks
James