I normal just drag the formula across and down and it will change G7 to H7
across, G7 to G8 down and so on, but now that I've added the INDIRECT
function dragging doesn't work.
I am thinking that I could change the location of the cell G7 to G(row
number) where row number is the same as the row I am entering the formula
in.
If I can do this with row number, is it possible with column letter and what
if column letter would not always be the same as the column I am in?
Thanks as always
Chris
--
p45cal
*p45cal*
------------------------------------------------------------------------
p45cal's Profile: http://www.thecodecage.com/forumz/member.php?userid=558
View this thread: http://www.thecodecage.com/forumz/showthread.php?t=156278
[url="http://www.thecodecage.com"]Microsoft Office Help[/url]
If you wish to sum the value in the same cell of the some worksheets, get
all the worksheets together and then use
=sum(first:last!G7)
First is the tab of the first worksheet from where you want to pick up the
data
Last is the tab of the last worksheet from where you want to pick up the
data
--
Regards,
Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com
"Chris" <chris...@zeronet.co.uk> wrote in message
news:eJ8XO72...@TK2MSFTNGP05.phx.gbl...
Regards
Chris
"Ashish Mathur" <mathur...@hotmail.com> wrote in message
news:52045D0C-A4EA-414E...@microsoft.com...
=SUM('Sheet 1'!:'Sheet 6'!G7) and I've tried =SUM('Sheet 1'!G7:'Sheet 6'!G7)
the first one doesn't work at all and the second returns the #VALUE! error
"Ashish Mathur" <mathur...@hotmail.com> wrote in message
news:52045D0C-A4EA-414E...@microsoft.com...
=sum('sheet 1:sheet 6'!g7)
Actually, I'd add a couple of sheets to the outside of this grouping and call
them Start and End and use:
=sum('start:end'!g7)
Then I could add (or subtract) sheets from this "sandwich" to play what-if
games--or even add new sheets and not have to adjust the formula.
If you get a #value! error with these, then look at the data in G7 of each of
the sheets. I'd expect an error in at least one of the cells.
--
Dave Peterson
Thanks again
Chris
"Dave Peterson" <pete...@verizonXSPAM.net> wrote in message
news:4B09826F...@verizonXSPAM.net...