Is there a 'IsInteger' function?
Posted by Thomas Liao on July 17, 2001 11:09 AM
Hi there,
I need a function to distinguish if the result is an integer, something like the 'if' funcion.
How do I write down the code for this IsInteger function?
Example:
If(IsInteger(a1/b1*c1),x,y)
Thank you