Please,
Sorry, but for me is too difficult.
I need to do a macro to paste this formula in some rows in a column.
but it needs to look for a specific column (Like the column of the latest date)
in the first cell, the column of the second cell is fix(like XFD in Excel 2010), and the line
it needs to look for a "Name of a client" in the Column A.
The macro counts how many "P" are in a range on Plan2 and put the result on a specific
cell on Plan1.
Thanks
ActiveCell.FormulaR1C1 = "=COUNTIF(Plan2!R[-3]C[-5]:Plan2!R[-3]C[20],P)"
Sorry, but for me is too difficult.
I need to do a macro to paste this formula in some rows in a column.
but it needs to look for a specific column (Like the column of the latest date)
in the first cell, the column of the second cell is fix(like XFD in Excel 2010), and the line
it needs to look for a "Name of a client" in the Column A.
The macro counts how many "P" are in a range on Plan2 and put the result on a specific
cell on Plan1.
Thanks
ActiveCell.FormulaR1C1 = "=COUNTIF(Plan2!R[-3]C[-5]:Plan2!R[-3]C[20],P)"