ajmal_pottekattil_yoousufIron ContributorMay 01, 2023SolvedHow to add formula after two consecutive cell Refer to the Excel. Could you please guide me? Add Forumal.xlsx9 KBSergeiBaklanMay 01, 2023ajmal_pottekattil_yoousuf As variant =IF( (D3<>"")*(D4<>""),D3+D4, "") and drag it down Add Forumal.xlsx10 KB
SergeiBaklanMay 01, 2023ajmal_pottekattil_yoousuf As variant =IF( (D3<>"")*(D4<>""),D3+D4, "") and drag it down Add Forumal.xlsx10 KB
SergeiBaklanMay 01, 2023ajmal_pottekattil_yoousuf As variant =IF( (D3<>"")*(D4<>""),D3+D4, "") and drag it down Add Forumal.xlsx10 KB
OliverScheurichGold ContributorMay 01, 2023ajmal_pottekattil_yoousuf Another variant could be this formula.=IF(MOD(ROW(),3)=0,D3+D4,"")Add Forumal.xlsx9 KB