Hello,
I am trying to drag down formulas that reference cells on a previous page. The items being drug down need to refer to the 37th (i.e. b37, b74,b111 etc...) but each time I drag down, it will not keep this uniform spacing. Please help!!!
Mark
Hello,
I am trying to drag down formulas that reference cells on a previous page. The items being drug down need to refer to the 37th (i.e. b37, b74,b111 etc...) but each time I drag down, it will not keep this uniform spacing. Please help!!!
Mark
Last edited by mkmed; 06-15-2010 at 12:21 PM.
Here's a something to get you heading in the right direction:
Referencing Sheet2 from Sheet1
If your formulas begin on Row_1:
If your formulas begin on Row_10:![]()
A1: =INDEX(Sheet2!$A:$A,ROW()*37)
Copying those formulas down increments the reference by 37 cells.![]()
A10: =INDEX(Sheet2!$A:$A,(ROW()-9)*37)
Does that help?
I am not following your help too clearly. I will keep playing with it to see if it solves my issue.
That is not working as I need it too. The first entry is correct, but the following entries do not follow the pattern of +37 appropriately. I do appreciate your help!!
Mark
If you post the formula you're using and let us know what it's not doing correctly, we'll have a better idea of what you need.
Here is the formula I have entered: =INDEX('Bid Sheets'!$I:$I,(ROW()-4)*37)
the formula is in C5 and the reference cell is in I3 of the sheet titled Bid Sheets. Any help is greatly appreciated.
I have tried altering the portion that shows -4 to many different things, but it will not return the value I need for some reason.
Mark
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks