ABS function in complex formula
Posted: Wed Feb 14, 2007 11:10 am
I am trying to use the ABS function in a cell formula that looks like:
IF(ABS(0.005+OFFSET(A1,1,15+B9))>OFFSET(C20,B9,0),OFFSET(A1,1,11),NA())
However, I am getting an exception from EncodeFormulaII2 that tells me "wrong number of arguments for function ABS".
Any thoughts on a work around?
Thanks,
Ian.
IF(ABS(0.005+OFFSET(A1,1,15+B9))>OFFSET(C20,B9,0),OFFSET(A1,1,11),NA())
However, I am getting an exception from EncodeFormulaII2 that tells me "wrong number of arguments for function ABS".
Any thoughts on a work around?
Thanks,
Ian.