Why don't you give actual cell references, that will help. Instead of
saying:
Cell 1 sheet 1 = Sheet 2 Cells 1 - 4
Say:
Sheet1!A1 = Sheet2!A1:A4
Or whatever the actual cells should be. It will be easier for someone
to help you. OFFSET formulas are probably the solution for this task.
Hi Spiky
This isnt how I have written the formulas, this is how I have tried to
describe what I need it to do, I need a formula from cells 1-4 in cell 1
sheet 1, but when i drag I want a formula from cells 4-8 in cell 2 sheet 1,
rather than from cells 2-5 as it does automatically. I have looked on HELP
but I am not familiar with the jargon required to get the correct answer, but
I will try looking up OFFSET as you have suggested.
Thanks Giddy
> Why don't you give actual cell references, that will help. Instead of
> saying:
[quoted text clipped - 5 lines]
> Or whatever the actual cells should be. It will be easier for someone
> to help you. OFFSET formulas are probably the solution for this task.
Spiky - 24 Jul 2008 21:08 GMT
> I need a formula from cells 1-4 in cell 1
> sheet 1, but when i drag I want a formula from cells 4-8 in cell 2 sheet 1,
I'm sorry, but I don't know what you mean by the sentence I just
quoted. Too much use of "cell" makes it ambiguous. I know you are
intending to use description rather than technical jargon. But, for
posting here, use actual Excel cell references like A1, D7, etc.
Technical jargon is preferred, so use as much as you can. If you use
the actual references from your file, someone can probably help you
with a precise formula and all you'd have to do is copy it.
At least call them Rows and Columns, if not actual references.
Gord Dibben - 24 Jul 2008 22:20 GMT
What Spiky means is instead of cell 1 or cells 1-4 refer to them by their
address.
i.e. A1 or A1:A4
Cells 4-8 or cells 2-5 is meaningless
Every column or row in a sheet has cells 4-8
Gord Dibben MS Excel MVP
>Hi Spiky
>This isnt how I have written the formulas, this is how I have tried to
[quoted text clipped - 15 lines]
>> Or whatever the actual cells should be. It will be easier for someone
>> to help you. OFFSET formulas are probably the solution for this task.