P
PeteCresswell
Seems like:
=IF(ISNUMBER(R8C15),IF(R8C15 > 0, R8C15/R1C17,Null),Null)
Should return Null if R8C15 contains "xxx".
But it returns "#NAME?" instead.
Can anybody see what I'm doing wrong?
(I'm pushing that "IF" statement into the cell's .FormulaR1C1 via VBA
code)
=IF(ISNUMBER(R8C15),IF(R8C15 > 0, R8C15/R1C17,Null),Null)
Should return Null if R8C15 contains "xxx".
But it returns "#NAME?" instead.
Can anybody see what I'm doing wrong?
(I'm pushing that "IF" statement into the cell's .FormulaR1C1 via VBA
code)