Name of sheet required to be adjusted when copied from sheet to sheet

M

Mike B

I would like to have cells refer back to Sheet 1 to carry
forward a figure from last week's "outstanding" work to
this week's "Carried forward". Is there any way to have
the formula adjust from Sheet1 to Sheet2 to Sheet3 as it
goes through the sheets - or do I have to do it by hand?

TIA
 
B

Bob Phillips

Mike,

Put the previous sheet name in a cell, such as A1, and use
=MAX(INDIRECT("'"&A1&"'!F1:F3"))
for example as your formula
 
M

Mike B

Bob

Many thanks - I'll give that a try.

Mike
-----Original Message-----
Mike,

Put the previous sheet name in a cell, such as A1, and use
=MAX(INDIRECT("'"&A1&"'!F1:F3"))
for example as your formula

--
HTH

-------

Bob Phillips
... looking out across Poole Harbour to the Purbecks





.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top