Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 52
Default FIND or SEARCH worksheet function

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,339
Default FIND or SEARCH worksheet function

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
need a search/find/lookup function Jenn Excel Worksheet Functions 4 February 6th 10 03:40 AM
Search / Find Function Harry C. Excel Worksheet Functions 6 June 16th 09 05:40 PM
Find / Search Function Andrew Excel Discussion (Misc queries) 1 October 12th 08 08:25 PM
Find & Search Function drvortex Excel Worksheet Functions 6 June 16th 06 08:34 PM
Search/Find in any worksheet Daniel Excel Programming 2 July 14th 04 09:09 PM


All times are GMT +1. The time now is 11:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"