Appears to be something very basic, but I am stumped.
Sorry, can't use html uploader here at work, so will try to keep it as clear and concise as i can.
This is the data I have -
Fruit ; Store ; July_sales
Apples ; 111 ; 20
Oranges ; 222 ; 30
bananas ; 333 ; 40
peaches ; 112 ; 50
Grapes ; 223 ; 60
Pineapple ; 223 ; 70
On a separate sheet, have defined the chains as (I have named these ranges as chain1, chain2 etc)-
chain1 ; chain2 ; chain3
111 ; 222 ; 333
112 ; 223 ;
I simply want to find out the total monthly sales for each chain. Should have the flexibility to add or remove stores to a chain. Need sales for each month separately.
Tried difefrent combinations of sumproduct and array formulas but getting stumped at how to match the condition for second (or third, fourth) store in the chain.
Thanks for any help/ nudge in the right direction.
Sorry, can't use html uploader here at work, so will try to keep it as clear and concise as i can.
This is the data I have -
Fruit ; Store ; July_sales
Apples ; 111 ; 20
Oranges ; 222 ; 30
bananas ; 333 ; 40
peaches ; 112 ; 50
Grapes ; 223 ; 60
Pineapple ; 223 ; 70
On a separate sheet, have defined the chains as (I have named these ranges as chain1, chain2 etc)-
chain1 ; chain2 ; chain3
111 ; 222 ; 333
112 ; 223 ;
I simply want to find out the total monthly sales for each chain. Should have the flexibility to add or remove stores to a chain. Need sales for each month separately.
Tried difefrent combinations of sumproduct and array formulas but getting stumped at how to match the condition for second (or third, fourth) store in the chain.
Thanks for any help/ nudge in the right direction.