How to copy formulas of K2 and K3 cell and paste to last row below

I want to copy formulas of K2= -J2/J3 and K3= K2
and paste it to all the cell below down.



fillRowFormula.xlsx (51.5 KB)

@Syed_Sultan_Ahmed1,

Use Auto Fill activity to fill the formula to all the rows below.

Your source range would be K2

@Syed_Sultan_Ahmed1

use auto fill range but your source range would be Excel.Sheet("Sheet2").Range(K2:K3)

cheers

Hi , I tried it but its just filling K2 and K3 cell after that its just copying K2 formula and pasting into another cell till bottom, it has to copy both diffrernt formula and paste it

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.