Yes, I had it working fully. But, since yours was far nicer - I didn't bother posting it. Mine was full of INDIRECTs and ADDRESSs. Just to show that a little knowledge can be a dangerous thing, here's what I had come up with.
Formula:
=SUMIFS(INDIRECT("'F'!"&ADDRESS(MATCH(OFFSET($K$1,INT((ROW()-2)/34)*34,0),F!A:A,0)+1,2)&":"&ADDRESS(MATCH(OFFSET($K$1,INT((ROW()-2)/34)*34,0),F!A:A,0)+1,15)),F!$B$3:$O$3,G!A2)
Of course, I do agree with you about ROWS as opposed to row.
=SUMIFS(INDEX(F!$1:$1048576,MATCH(OFFSET($K$1,INT((ROWS($1:1)-2)/34)*34,0),F!A:A,0)+1,),F!$3:$3,G!A138)
would therefore be better.
As to necessity, surely it is... The Table begins again for the next asset at row 36 and is looking to match the asset number at K35. And it keeps repeating at the same interval down the sheet. Your formula, if copied unmodified into the (ghastly) merged I36 cell, will still (incorrectly) refer to K1.
Bookmarks