Forum Discussion

Ma_SiNi's avatar
Ma_SiNi
Copper Contributor
Apr 25, 2021
Solved

a little help in using auto fill on formula

Hello, I want to use auto fill on some formulas but I want it to jump multiple rows instead of 1, like 33 rows in this example: row 1:  =IF($A$1=Sheet2!$B3,Sheet2!$F9,0) row 2: =IF($A$1=She...
  • Riny_van_Eekelen's avatar
    Apr 26, 2021

    Ma_SiNi Try this on row 1 and copy down:

    =IF($A$1=OFFSET(Sheet2!$B$3,(ROW()-1)*33,0),OFFSET(Sheet2!$F$9,(ROW()-1)*33,0),0)

     

Resources