Hi,
I'm quite new here and a self taught beginner so forgive me if my phrasing is poor and question rather simple.
I'll explain as best I can:
I have a work book with 10 sheet all with the same input set up to record figures. As it stands I have a summary sheet at the end that totals values from the 10 sheets using the following code:
=IF(SUM(Sheet1:Sheet10!C3)>0, SUM(Sheet1:Sheet10!C3),"")
=IF(SUM(Sheet1:Sheet10!C4)>0, SUM(Sheet1:Sheet10!C4),"")
=IF(SUM(Sheet1:Sheet10!C5)>0, SUM(Sheet1:Sheet10!C5),"")
and so on up to C30
I want to divide this information into 2 different sub totals, using the data validation option I have a list selection cell on each sheet with 2 options, lets call them "option a" and "option b" This list cell is located in J43 on all sheets.
As each sheet will be designated 1 or the another, I was hoping to be able to total up the values of just the option a's and then just the option b's. The part where it checks that the value is greater than zero isn't compulsory
I'll express my desire in terms of my dodgy attempt at what I think the code could potentially look like:
=SUMIF(Sheet1:Sheet10, J43="option a", Sheet1:Sheet10!C3)
So to reiterate, I want to add the values in cell C3 on the sheets sheets where cell J43 equals option a.
From there I can extrapolate the code myself to work in the neighboring cells and reverse the option to obtain all of the option b's.
Thank you for your time,
Mick.
Bookmarks