J
Joe
Hello
I have tried below, and it works superb - but not all of the data i want to
sumarise is on the same line on each sheet.
so i want to do something like this
=SUMIF(First:Last!A1:A202,A26,First:Last!B1:B202), but it is returning a
#value.
What am i missing?
help, and thanks
-----------------------------------------------------------------------------------------------------------------
Suppose your worksheets aren't in any kind of sequential order. Or you have
50 worksheets, and you only want to sum 30 of them, but you're constantly
adding worksheets, so the beginning and end worksheet names may change?
In this case, place a blank worksheet to the left of the first worksheet you
want to include in the formula. Call that worksheet "First". Insert another
blank worksheet after the last worksheet you want to include in the formula.
Call that worksheet "Last". You can even hide these worksheets!
Then, your formula will be:
=SUM(First:Last!A2)
I have tried below, and it works superb - but not all of the data i want to
sumarise is on the same line on each sheet.
so i want to do something like this
=SUMIF(First:Last!A1:A202,A26,First:Last!B1:B202), but it is returning a
#value.
What am i missing?
help, and thanks
-----------------------------------------------------------------------------------------------------------------
Suppose your worksheets aren't in any kind of sequential order. Or you have
50 worksheets, and you only want to sum 30 of them, but you're constantly
adding worksheets, so the beginning and end worksheet names may change?
In this case, place a blank worksheet to the left of the first worksheet you
want to include in the formula. Call that worksheet "First". Insert another
blank worksheet after the last worksheet you want to include in the formula.
Call that worksheet "Last". You can even hide these worksheets!
Then, your formula will be:
=SUM(First:Last!A2)