I have an Excel workbook with multiple sheets, two of which comprise a three dimensional array of cells. Each of those two sheets has a similar pattern to other. Sheet1 figuratively overlays sheet2 such that cell H20 in sheet1 relates to cell H20 in sheet2, etc., accross the full sheet limits. Sheet1 is for user input and sheet2 contains some pretty complex formulas.
Both sheets are arranged in a large 20x20 grid, and each square in the grid is comprised in turn of a 3 x 3 grid of nine cells, making those two sheets each 60 columns by 60 rows. Each of the 9 cells in a sheet2 3x3 grid has a different formula, but the pattern of nine frmulas repeats itself throughout the sheet2 grid. Each of those formulas has references to the input values in sheet1 and to values in adjacent cells within sheet2.
The essence of all this is that each mini-3x3 grid of 9 cells has the same nine formulas in it, repeated throught the full grid of sheet2.
All those formulas use relative references, or references to named cells containing constants located elsewhere in the workbook.
What I want to do is build the formulas in only one location, somewhere else in the workbook, and not have to repeat them each time in the many squares where the calculations must be done. The copying and pasting of each 3x3 grid takes forever each time I modify the formulas, which I seem to be doing constantly. Is there a way to put something like a relative referance to a formula in the grid cells that says, "use the formula located in cell whatever, and have it behave as though it were located here"?
Thanks in advance for you patience in reading all this, and for any help you can provide.
SimonB