#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default IF(ISERROR problem

Please help me with my formula to eliminate the "#VALUE"

=FIND("(R(9997 - 9998)",F3)-1

When I try to add =IF(ISERROR to this formula, I alway get a error or
missing parens or formula to short or contains an error. I know it's my
syntax but I can figure out where.

Thanks!

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default IF(ISERROR problem

=if(isnumber(find("...",f3)),find("...",f3)-1,"not found")
or
=if(iserror(find("...",f3)),"not found",find("...",f3)-1)



Tony S. wrote:

Please help me with my formula to eliminate the "#VALUE"

=FIND("(R(9997 - 9998)",F3)-1

When I try to add =IF(ISERROR to this formula, I alway get a error or
missing parens or formula to short or contains an error. I know it's my
syntax but I can figure out where.

Thanks!


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default IF(ISERROR problem

Try:
=IF(ISERROR(FIND("(R(9997 - 9998)",F3)),"",FIND("(R(9997 - 9998)",F3)-1)
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
---
"Tony S." wrote:
Please help me with my formula to eliminate the "#VALUE"

=FIND("(R(9997 - 9998)",F3)-1

When I try to add =IF(ISERROR to this formula, I alway get a error or
missing parens or formula to short or contains an error. I know it's my
syntax but I can figure out where.

Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 60
Default IF(ISERROR problem

You guys nailed it... Thanks Max and Dave. I appreciate your help.
Tony

"Dave Peterson" wrote:

=if(isnumber(find("...",f3)),find("...",f3)-1,"not found")
or
=if(iserror(find("...",f3)),"not found",find("...",f3)-1)



Tony S. wrote:

Please help me with my formula to eliminate the "#VALUE"

=FIND("(R(9997 - 9998)",F3)-1

When I try to add =IF(ISERROR to this formula, I alway get a error or
missing parens or formula to short or contains an error. I know it's my
syntax but I can figure out where.

Thanks!


--

Dave Peterson

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
Help with ISERROR juliejg1 Excel Worksheet Functions 2 December 18th 07 01:22 AM
iserror problem Scott@CW Excel Discussion (Misc queries) 2 September 6th 07 04:24 PM
IF ISERROR John Moore Excel Discussion (Misc queries) 5 June 26th 06 02:01 PM
ISERROR Dee Excel Worksheet Functions 4 August 24th 05 07:37 PM
iserror Bill R Excel Worksheet Functions 1 August 4th 05 07:31 PM


All times are GMT +1. The time now is 06:10 PM.

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

About Us

"It's about Microsoft Excel"