Hello All
How can I convert this formula to work in Excel 2003 please
I use VBA to add the formula
The code is
The actual formula in the cell is
=COUNTIFS(Data!$R:$R,">=0",Data!$T:$T,"")
Any help would be appriciated
[TABLE="width: 64"]
<colgroup><col width="64" style="width:48pt"></colgroup><tbody>[TR]
[TD="width: 64, bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]
How can I convert this formula to work in Excel 2003 please
I use VBA to add the formula
The code is
Code:
Range("D8").FormulaR1C1 = "=COUNTIFS(Data!C18,"">=0"",Data!C20,"""")"
The actual formula in the cell is
=COUNTIFS(Data!$R:$R,">=0",Data!$T:$T,"")
Any help would be appriciated
[TABLE="width: 64"]
<colgroup><col width="64" style="width:48pt"></colgroup><tbody>[TR]
[TD="width: 64, bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]