D
David McRitchie
A1: =OFFSET(G1,ROW()*10-1)
Jonathan Blitz said:I don't quite understand what you wrote.
I'll give a more concrete and wider example.
Cell B7 is =Sheet2!D8 Cell C7 is =Sheet2!D18 Cell D7 is
=Sheet2!D9 (there is no clear order here)
I need :
Cell B8 is =Sheet2!O18 Cell C8 is =Sheet2!O18 Cell D8 is =Sheet2!O9
Jonathan
David McRitchie said:A1: =OFFSET(G1,ROW()*10-1)
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
I need to point a cell to another as an offset from a reference.
For example,
cell A1 formula is =G10
I want
cell A2 formula to be =G20
I need this to be dynamic as I need to drag it along the whole spreadsheet.
I can't seem to get this to work using the offset or indirect functions.
Any ideas?
Jonathan Blitz
AnyKey Limited
Israel
David McRitchie said:A1: =OFFSET(G1,ROW()*10-1)
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
I need to point a cell to another as an offset from a reference.
For example,
cell A1 formula is =G10
I want
cell A2 formula to be =G20
I need this to be dynamic as I need to drag it along the whole spreadsheet.
I can't seem to get this to work using the offset or indirect functions.
Any ideas?
Jonathan Blitz
AnyKey Limited
Israel
Jonathan Blitz said:I don't quite understand what you wrote.
I'll give a more concrete and wider example.
Cell B7 is =Sheet2!D8 Cell C7 is =Sheet2!D18 Cell D7 is
=Sheet2!D9 (there is no clear order here)
I need :
Cell B8 is =Sheet2!O18 Cell C8 is =Sheet2!O18 Cell D8 is =Sheet2!O9
Jonathan
David McRitchie said:A1: =OFFSET(G1,ROW()*10-1)
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
I need to point a cell to another as an offset from a reference.
For example,
cell A1 formula is =G10
I want
cell A2 formula to be =G20
I need this to be dynamic as I need to drag it along the whole spreadsheet.
I can't seem to get this to work using the offset or indirect functions.
Any ideas?
Jonathan Blitz
AnyKey Limited
Israel
David McRitchie said:A1: =OFFSET(G1,ROW()*10-1)
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
I need to point a cell to another as an offset from a reference.
For example,
cell A1 formula is =G10
I want
cell A2 formula to be =G20
I need this to be dynamic as I need to drag it along the whole spreadsheet.
I can't seem to get this to work using the offset or indirect functions.
Any ideas?
Jonathan Blitz
AnyKey Limited
Israel
Murtaza said:Correction with reference to context
Wrong: A1: =OFFSET(G1,ROW()*10-1)
Correct: A1: =OFFSET($G$1,ROW()*10-1,,1)
Just for information & in case if someother might want to use this.
David McRitchie said:A1: =OFFSET(G1,ROW()*10-1)
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
I need to point a cell to another as an offset from a reference.
For example,
cell A1 formula is =G10
I want
cell A2 formula to be =G20
I need this to be dynamic as I need to drag it along the whole spreadsheet.
I can't seem to get this to work using the offset or indirect functions.
Any ideas?
Jonathan Blitz
AnyKey Limited
Israel