Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to have a worksheet function that does not return an error if
search string is not found. If FIND or SEARCH would return a "0" value, that is what I want. Idealy, I want to have a worksheet function that returns a booleen if a number has a dot in it. If there was an ISINTEGER worksheet function, for example, that would be perfect. -- Thanks, Mike |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Mike,
=IF(MOD(A1,1)< 0,"TRUE","") will return TRUE if non-integer in A1 I.e. No digits after decimal point. HTH "Mike Archer" wrote: Is there a way to have a worksheet function that does not return an error if search string is not found. If FIND or SEARCH would return a "0" value, that is what I want. Idealy, I want to have a worksheet function that returns a booleen if a number has a dot in it. If there was an ISINTEGER worksheet function, for example, that would be perfect. -- Thanks, Mike |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need a search/find/lookup function | Excel Worksheet Functions | |||
Search / Find Function | Excel Worksheet Functions | |||
Find / Search Function | Excel Discussion (Misc queries) | |||
Find & Search Function | Excel Worksheet Functions | |||
Search/Find in any worksheet | Excel Programming |