#1   Report Post  
Pat
 
Posts: n/a
Default Check for errors

The following formula presumes there is data in N75 and J75

=IF(ISNUMBER($R75)*($R75<0),"",IF(AND($N75-$J750,$Q75=1),0,$N75-$J75))

When no data can be found #VALUE! error is returned. I need to have the
formula to be returned without any errors.

I have tried varies combinations but none were successful. Here is one of
them:

=IF(ISNUMBER($R74)*($R74<0),"",IF(AND(ISNUMBER($N 74)-($J740),$Q74=1),0,ISNUMBER($N74)-($J74)))


Thanks if you can fix it.
Pat


  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

You can only get a value error if any cell you do a calculation with is
text, this should probably dow (not tested

=IF(OR(ISTEXT(N$75),ISTEXT(J$75)),"",IF(ISNUMBER($ R75)*($R75<0),"",IF(AND($
N75-$J750,$Q75=1),0,$N75-$J75)))

--

Regards,

Peo Sjoblom

"Pat" wrote in message
...
The following formula presumes there is data in N75 and J75

=IF(ISNUMBER($R75)*($R75<0),"",IF(AND($N75-$J750,$Q75=1),0,$N75-$J75))

When no data can be found #VALUE! error is returned. I need to have the
formula to be returned without any errors.

I have tried varies combinations but none were successful. Here is one of
them:


=IF(ISNUMBER($R74)*($R74<0),"",IF(AND(ISNUMBER($N 74)-($J740),$Q74=1),0,ISN
UMBER($N74)-($J74)))


Thanks if you can fix it.
Pat




  #3   Report Post  
Pat
 
Posts: n/a
Default

That sorted it.
Many thanks.
Pat

P.S. I take note of your comments of your other post. I posted the same
message twice, because I noticed that it did not appear as a new post but
had in fact attached itself to an earlier post (30/Jan/2005) of mines with
the same subject heading. I am now assuming that I am the only one who can
observe this. Thanks any way for pointing that out to me.



"Peo Sjoblom" wrote in message
...
You can only get a value error if any cell you do a calculation with is
text, this should probably dow (not tested


=IF(OR(ISTEXT(N$75),ISTEXT(J$75)),"",IF(ISNUMBER($ R75)*($R75<0),"",IF(AND($
N75-$J750,$Q75=1),0,$N75-$J75)))

--

Regards,

Peo Sjoblom

"Pat" wrote in message
...
The following formula presumes there is data in N75 and J75

=IF(ISNUMBER($R75)*($R75<0),"",IF(AND($N75-$J750,$Q75=1),0,$N75-$J75))

When no data can be found #VALUE! error is returned. I need to have

the
formula to be returned without any errors.

I have tried varies combinations but none were successful. Here is one

of
them:



=IF(ISNUMBER($R74)*($R74<0),"",IF(AND(ISNUMBER($N 74)-($J740),$Q74=1),0,ISN
UMBER($N74)-($J74)))


Thanks if you can fix it.
Pat






  #4   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

Never trust OE when it comes to handling newsgroup threads <g

--

Regards,

Peo Sjoblom


"Pat" wrote in message
...
That sorted it.
Many thanks.
Pat

P.S. I take note of your comments of your other post. I posted the same
message twice, because I noticed that it did not appear as a new post but
had in fact attached itself to an earlier post (30/Jan/2005) of mines with
the same subject heading. I am now assuming that I am the only one who

can
observe this. Thanks any way for pointing that out to me.



"Peo Sjoblom" wrote in message
...
You can only get a value error if any cell you do a calculation with is
text, this should probably dow (not tested



=IF(OR(ISTEXT(N$75),ISTEXT(J$75)),"",IF(ISNUMBER($ R75)*($R75<0),"",IF(AND($
N75-$J750,$Q75=1),0,$N75-$J75)))

--

Regards,

Peo Sjoblom

"Pat" wrote in message
...
The following formula presumes there is data in N75 and J75


=IF(ISNUMBER($R75)*($R75<0),"",IF(AND($N75-$J750,$Q75=1),0,$N75-$J75))

When no data can be found #VALUE! error is returned. I need to have

the
formula to be returned without any errors.

I have tried varies combinations but none were successful. Here is one

of
them:




=IF(ISNUMBER($R74)*($R74<0),"",IF(AND(ISNUMBER($N 74)-($J740),$Q74=1),0,ISN
UMBER($N74)-($J74)))


Thanks if you can fix it.
Pat








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
How do I use a check box to accept a calculation Joejoethecrackman Excel Discussion (Misc queries) 5 March 22nd 05 08:47 PM
Auto spell check as in word NC Excel Discussion (Misc queries) 2 January 27th 05 05:43 PM
check box formatting jt Excel Discussion (Misc queries) 0 January 18th 05 03:49 PM
spell check protected document Sportingspaniel Excel Discussion (Misc queries) 1 January 10th 05 11:40 AM
Creating a check box that does not require security clearance. Maverick2U Excel Worksheet Functions 6 December 14th 04 02:46 AM


All times are GMT +1. The time now is 04:06 AM.

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"