Sorry, I am still learning so finding it difficult to explain myself. I was just hoping that instead of
FO1 | =OFFSET(Lee,0,-1,1,1) |
FO1 | =OFFSET(FP2,0,-1,1,1) |
I understand that FP2 is on sheet 1 but was hoping to use that in the formula. To manually reference AM2 in each formula would take a lot of time. The only common denominator between what I am trying to do I FP2.FP2 is on sheet 1. The Offset formula you'd need would be:
which is a long way of saying:Excel Formula:=OFFSET(Sheet2!$AM$2,0,-1,1,1)
Excel Formula:=Sheet2!AL2
Just the text 65.71 and hyperlinked to AM2What do you currently have in the cell FP2?
whereas to reference FP1 each time wouldn't?To manually reference AM2 in each formula would take a lot of time.
I understand but in sheet 2 there is no order to any of the data, it is all over the place, where sheet 1 continues as a set. I am thinking it isn't possible as you said by hyperlinking it is not useful in referencing.OK, hyperlinking it to AM2 does nothing useful in terms of referencing in this case. What I don't understand is why
whereas to reference FP1 each time wouldn't?
If you absolute reference AM2 like this: $AM$2 (as I showed you in post #11) then you use the same formula in every cell in the column - you just autofill it down.