It looks as if you just want the 90 in the ROW function to increase by 2 for each successive row. You can do that like this in A2:
=(IF(ISNUMBER(HLOOKUP(Sheet1!$C$10,'Sheet2'!$D$2:$O$1660,ROW(88+2*ROWS($1:1):$1083),FALSE)),HLOOKUP(Sheet1!$C$10,'Sheet2'!$D$2:$O$1660,ROW(88+2*ROWS($1:1):$1083),FALSE),0))/1000
then copy down.
Hope this helps.
Pete
Bookmarks