ThatScriptGuy
08-27-2006, 07:08 PM
I've googled and googled and googled to no avail..
I'm converting an excel file to a PHP/JS solution, and I'm having trouble figuring out what one of the excel formulas is saying (it's actually one of the last formulas left and of course it's the one that throws me problems)
The expression is:
=IF('Treatment Program'!L20<>0,50 / 'Treatment Program'!L20,0)
If someone can tell me in english what that is saying, I'd be very appreciative (or tell me what the exclamation marks mean..or <> or anything about it...)
Thanks,
Kevin
I'm converting an excel file to a PHP/JS solution, and I'm having trouble figuring out what one of the excel formulas is saying (it's actually one of the last formulas left and of course it's the one that throws me problems)
The expression is:
=IF('Treatment Program'!L20<>0,50 / 'Treatment Program'!L20,0)
If someone can tell me in english what that is saying, I'd be very appreciative (or tell me what the exclamation marks mean..or <> or anything about it...)
Thanks,
Kevin
