I'm creating a sales tracker and struggling with a SUMIFS ARRAYFORMULA.
This is the formula:-
=arrayformula(SUMIFS('LIVE!'!$C$4:$C,'LIVE!'!$K$4:$K,$C$14:$C,'LIVE!'!$J$4:$J,"Ex-Yard"))
This is a snapshot of the columns I'm looking at:
- Sheet 1 ("Customer Sales"): Column C = Account number, Column G = 'Ex-yard Totals'
- Sheet 2 ("Live!"): Column C = 'Sale value', Column j = "Ex-yard" / "Direct", Column K = Account number
The formula is going in Sheet 1, column G. I need it to sum the sale value column on sheet 2 (column C) for all rows that say "Ex-Yard" in column J, but only on rows where the account number in sheet 1 column C is found in sheet 2 column K.
It contains sensitive data so can't share but this is an example: https://docs.google.com/spreadsheets/d/1jcZNkg5lI7SFlZw153vNGSjOyGmwr3Q-xEq03AmVkeo/edit?usp=drivesdk
Thanks
Guy