#1   Report Post  
Pat
 
Posts: n/a
Default VALUE issue

Is there a way to avoid a #VALUE! error being returned where there is no
value to return?

The formula I am using is simple =E33-J33 however J33 contains a formula
and in this particular instance does not return a value, so the error I am
getting stems from here.

Anyone know of a solution?
Many thanks for any suggestions.
Pat

P.S According to my sent folder this message has already been sent, however
I am unable to trace it in this newsgroup.


  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
try
=IF(ISNUMBER(J33),E33-J33,"")


"Pat" wrote:

Is there a way to avoid a #VALUE! error being returned where there is no
value to return?

The formula I am using is simple =E33-J33 however J33 contains a formula
and in this particular instance does not return a value, so the error I am
getting stems from here.

Anyone know of a solution?
Many thanks for any suggestions.
Pat

P.S According to my sent folder this message has already been sent, however
I am unable to trace it in this newsgroup.



  #3   Report Post  
Max
 
Posts: n/a
Default

One way ..

Try: =IF(ISERROR(J33),"",E33-J33)

--
Rgds
Max
xl 97
--
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
---
"Pat" wrote in message
...
Is there a way to avoid a #VALUE! error being returned where there is no
value to return?

The formula I am using is simple =E33-J33 however J33 contains a formula
and in this particular instance does not return a value, so the error I am
getting stems from here.

Anyone know of a solution?
Many thanks for any suggestions.
Pat

P.S According to my sent folder this message has already been sent,

however
I am unable to trace it in this newsgroup.




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
Shared File & Freeze panes issue JM Excel Discussion (Misc queries) 0 January 21st 05 07:01 PM
Date issue between Windows and Macintosh version dlg1967 Excel Discussion (Misc queries) 4 January 19th 05 03:51 PM
Network issue Pat Excel Discussion (Misc queries) 3 January 7th 05 11:42 PM
Issue with copying Text. David Excel Discussion (Misc queries) 2 December 17th 04 12:39 AM
addin loading issue howiefan Excel Discussion (Misc queries) 3 December 1st 04 11:10 PM


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

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"