Forum Discussion

JTaverna's avatar
JTaverna
Copper Contributor
Dec 04, 2019
Solved

Copying complex formulas across columns while incrementing row number references

I am working on an issue that is driving me nuts. I am trying to copy the formula below across many columns. This is a complex spreadsheet where we are referencing data vertically down through many r...
  • JTaverna 

    You may try something like this...

     

    =IF(ISERROR(INDEX($F:$F,30+(COLUMNS($A1:A1)-1))),"",VLOOKUP(H15,$B$29:$F$9999,5,FALSE))

Resources