I have the following IF Statement
=IF(B9="STOP","0"),IF(B9>0,30,((B8/B2)*30))
which is returning a #VALUE error message. I'm sure it's my over-liberal use of parentheses but I can't seem to wrap my head around this one. Can any of you resident geniuses shed some light on this for me?
Thanks,
sc
=IF(B9="STOP","0"),IF(B9>0,30,((B8/B2)*30))
which is returning a #VALUE error message. I'm sure it's my over-liberal use of parentheses but I can't seem to wrap my head around this one. Can any of you resident geniuses shed some light on this for me?
Thanks,
sc