I attached a raw data sample.
The goal is to be able to create a table with store number in column A and the sales of individual items by year for each store across the rows. I will change the formula to capture the correct sales column...but need to have a working formula first!
My attempt at using sumif with index match didn't give me the accurate counts. Yes, the raw data in my actual sheet is 20000 rows deep.
=sumif(INDEX(Sales!$J$3:$J$20000,MATCH($A11&$E$8,Sales!$A$3:$A$20000&Sales!$C$3:$C$20000,0)),"")
$A11 is the store number
$e$8 is the item number
"Sales" column A contains the store number
"Sales" column C contains the item number
"Sales" column J is where the values are located that need to be added.
Many thanks for the help.
The goal is to be able to create a table with store number in column A and the sales of individual items by year for each store across the rows. I will change the formula to capture the correct sales column...but need to have a working formula first!
My attempt at using sumif with index match didn't give me the accurate counts. Yes, the raw data in my actual sheet is 20000 rows deep.
=sumif(INDEX(Sales!$J$3:$J$20000,MATCH($A11&$E$8,Sales!$A$3:$A$20000&Sales!$C$3:$C$20000,0)),"")
$A11 is the store number
$e$8 is the item number
"Sales" column A contains the store number
"Sales" column C contains the item number
"Sales" column J is where the values are located that need to be added.
Many thanks for the help.