G
Guest
How can I enter a formula into cell E2 and then fill the formula down to the
last row with data on the sheet.
For example:
enter into E2: =IF(D2>0,TODAY()-(D2+30)," ")
Fill into E3: =IF(D3>0,TODAY()-(D3+30)," ")
....Fill to last Row on sheet with data in column D.
last row with data on the sheet.
For example:
enter into E2: =IF(D2>0,TODAY()-(D2+30)," ")
Fill into E3: =IF(D3>0,TODAY()-(D3+30)," ")
....Fill to last Row on sheet with data in column D.
" & Range("G65536").End(xlUp).Row).FormulaR1C1 =