Hi,
I have a data table with list of products going down the row and weekly sales values going across the columns (4W3=Apr week 3).
I'm trying to do a sumif formula (WITHOUT using Pivot Table) that will give me a sum of:
Apple sold in total month of April (columns C+D).
Tricky part is, when we get a new data each week, columns can get split into two (ie, 4W4.1, 4W4.2) so i need to be able to say, if the column names start with 4 (apr) then match up all the rows with "Apple"
A(prod)-----B(4W3)-------C(4W4)--------D(5W1)
Apple-------10------------8--------------11
Apple-------5-------------6--------------4
Grape-------9-------------7--------------9
Grape-------14------------11-------------13
Grape-------6-------------12-------------10
Grape-------3-------------5--------------3
Lime--------4-------------4--------------7
(for reasons i won't get into, i cannot use Pivot Tables)
Any Ideas?
Much appreciated!!
I have a data table with list of products going down the row and weekly sales values going across the columns (4W3=Apr week 3).
I'm trying to do a sumif formula (WITHOUT using Pivot Table) that will give me a sum of:
Apple sold in total month of April (columns C+D).
Tricky part is, when we get a new data each week, columns can get split into two (ie, 4W4.1, 4W4.2) so i need to be able to say, if the column names start with 4 (apr) then match up all the rows with "Apple"
A(prod)-----B(4W3)-------C(4W4)--------D(5W1)
Apple-------10------------8--------------11
Apple-------5-------------6--------------4
Grape-------9-------------7--------------9
Grape-------14------------11-------------13
Grape-------6-------------12-------------10
Grape-------3-------------5--------------3
Lime--------4-------------4--------------7
(for reasons i won't get into, i cannot use Pivot Tables)
Any Ideas?
Much appreciated!!