Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you. That seems to have done the trick.
-- Head of IT for Imports International Head of IT for Omaha Memorial School "daddylonglegs" wrote: Try =IF(F13<0,"2 Complex",IF(F13=0,"1 Rational",IF(MOD(SQRT(F13),1),"2 Irrational","2 Rational"))) "MikeCampbell" wrote: I am working on a function to help with finding solutions to quadratic equations so I can help kids in (pre-)algebra as a voulenteer past my work as a sysadmin. The current formula looks something like this: =IF(F13<0,"2 Complex",IF(F13=0,"1 Rational",IF(AND(F130,OR(ISEVEN(SQRT(F13)),ISODD( SQRT(F13)))),"2 Rational","2 Irrational"))) the "ISEVEN(SQRT(F13)),ISODD(SQRT(F13))" does not do what I was hoping for. It needs to be set so that if the result of SQRT(F13) is a whole number the final result is "2 Rational" and if it is a integer with a decimal it returns "2 irrational" any help here is most appreciated -- Head of IT for Imports International Head of IT for Omaha Memorial School |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
FIND function for an array | Excel Discussion (Misc queries) | |||
trying to write function to find data in last row in 1 column | Excel Discussion (Misc queries) | |||
Need some comments on my Utility_Move class module. | Excel Worksheet Functions | |||
Help me find function Datedif | Excel Worksheet Functions | |||
Can't use Find function in formula | Excel Discussion (Misc queries) |