Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
dgraham
 
Posts: n/a
Default Hide #VALUE! from cells


Hi,

I have cells showing #VALUE!, because the cell it is referencing is
blank (i think this the cause), is there a way for it not to show. I
have used IF statements in the past for simple formula's but the
formula for this is a bit complicated (thanks Biff), thanks for any
assistance.

Regards

David


--
dgraham
------------------------------------------------------------------------
dgraham's Profile: http://www.excelforum.com/member.php...o&userid=33138
View this thread: http://www.excelforum.com/showthread...hreadid=531161

  #2   Report Post  
Posted to microsoft.public.excel.misc
Carim
 
Posts: n/a
Default Hide #VALUE! from cells


Hi David,

=IF(ISERROR(yourcell),"",yourcell)

HTH
Carim


--
Carim
------------------------------------------------------------------------
Carim's Profile: http://www.excelforum.com/member.php...o&userid=33259
View this thread: http://www.excelforum.com/showthread...hreadid=531161

  #3   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Hide #VALUE! from cells

Hi

Wrap your formula in this:
=IF(ISERROR(yourformula),"",yourformula)

Andy.

"dgraham" wrote in
message ...

Hi,

I have cells showing #VALUE!, because the cell it is referencing is
blank (i think this the cause), is there a way for it not to show. I
have used IF statements in the past for simple formula's but the
formula for this is a bit complicated (thanks Biff), thanks for any
assistance.

Regards

David


--
dgraham
------------------------------------------------------------------------
dgraham's Profile:
http://www.excelforum.com/member.php...o&userid=33138
View this thread: http://www.excelforum.com/showthread...hreadid=531161



  #4   Report Post  
Posted to microsoft.public.excel.misc
Bondi
 
Posts: n/a
Default Hide #VALUE! from cells

Hi,

You can use:
=IF(ISERROR(YourReference),"",YourReference)

Regards,
Bondi

  #5   Report Post  
Posted to microsoft.public.excel.misc
dgraham
 
Posts: n/a
Default Hide #VALUE! from cells


Thanks Carim,

this is the formula i've got, tried inserting the iserror you gave but
got an error.
=IF(B3="","",MAX((Shed!$B$3:$E$46=B3)*(ROW($1:$44) ))&CHOOSE(MAX((Shed!$B$3:$E$46=B3)*(COLUMN(Shed!$B $3:$E$46))),"","D","C","B","A"))

Hope this may give you some idea.

Regards

David


--
dgraham
------------------------------------------------------------------------
dgraham's Profile: http://www.excelforum.com/member.php...o&userid=33138
View this thread: http://www.excelforum.com/showthread...hreadid=531161



  #6   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Hide #VALUE! from cells

You could use conditional formatting, with a formula of =ISERROR(A1) and set
the font colour to white.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"dgraham" wrote in
message ...

Hi,

I have cells showing #VALUE!, because the cell it is referencing is
blank (i think this the cause), is there a way for it not to show. I
have used IF statements in the past for simple formula's but the
formula for this is a bit complicated (thanks Biff), thanks for any
assistance.

Regards

David


--
dgraham
------------------------------------------------------------------------
dgraham's Profile:

http://www.excelforum.com/member.php...o&userid=33138
View this thread: http://www.excelforum.com/showthread...hreadid=531161



  #7   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default Hide #VALUE! from cells

Hi!

=IF(B3="","",MAX((Shed!$B$3:$E$46=B3)*(ROW($1:$44) ))&CHOOSE(MAX((Shed!$B$3:$E$46=B3)*(COLUMN(Shed!$B $3:$E$46))),"","D","C","B","A"))

The only thing that I can see (from the formula) that would cause an error
is if the bus number wasn't listed in Shed, then the Choose function would
cause the error.

So, try this:

=IF(OR(B3="",COUNTIF(Shed,B3)=0),"",MAX((Shed=B3)* (ROW($1:$44)))&CHOOSE(MAX((Shed=B3)*(COLUMN(Shed)) ),"","D","C","B","A"))

If that doesn't solve the problem I'd need to see the file to figure it out.

Biff

"dgraham" wrote in
message ...

Hi,

I have cells showing #VALUE!, because the cell it is referencing is
blank (i think this the cause), is there a way for it not to show. I
have used IF statements in the past for simple formula's but the
formula for this is a bit complicated (thanks Biff), thanks for any
assistance.

Regards

David


--
dgraham
------------------------------------------------------------------------
dgraham's Profile:
http://www.excelforum.com/member.php...o&userid=33138
View this thread: http://www.excelforum.com/showthread...hreadid=531161



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
Copy/Paste how to avoid the copy of formula cells w/o calc values Dennis Excel Discussion (Misc queries) 10 March 2nd 06 10:47 PM
Macro to hide blank cells in a range Dave Excel Discussion (Misc queries) 1 February 1st 06 11:55 PM
Active Hide Emtpy Cells Asian Mike Excel Discussion (Misc queries) 1 January 31st 06 03:56 PM
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
Convert data type of cells to Text,Number,Date and Time Kevin Excel Worksheet Functions 1 December 31st 04 12:57 PM


All times are GMT +1. The time now is 02:46 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"