Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default no #VALUE! to printout


i got some cell with the #VALUE! displayed on the cell and can see on
the
worksheet. Then I preview also can see this #VALUE! or even I printed
out
i then can see this #VALUE!.
Now I don't want this #VALUE! printed out on the paper. How to do
that.
Or no #VALUE! show on the cell. However, #VALUE! contains a formula
such as

=ROUND(IF(ISERROR((AM6/(AG6+AJ6+AM6)*AD6)*A6*1.05/840/AL6),
"",((AM6/(AG6+AJ6+AM6)*AD6)*A6*1.05/840/AL6)),3)

but those cell included in the forumla may perhaps will enter a value
in the coming future. The fformula must remain.


thanks to let me know
gar
email:


--
garyww
------------------------------------------------------------------------
garyww's Profile:
http://www.excelforum.com/member.php...o&userid=35818
View this thread: http://www.excelforum.com/showthread...hreadid=571678

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 94
Default no #VALUE! to printout


garyww wrote:
i got some cell with the #VALUE! displayed on the cell and can see on
the
worksheet. Then I preview also can see this #VALUE! or even I printed
out
i then can see this #VALUE!.
Now I don't want this #VALUE! printed out on the paper. How to do
that.
Or no #VALUE! show on the cell. However, #VALUE! contains a formula
such as

=ROUND(IF(ISERROR((AM6/(AG6+AJ6+AM6)*AD6)*A6*1.05/840/AL6),
"",((AM6/(AG6+AJ6+AM6)*AD6)*A6*1.05/840/AL6)),3)

but those cell included in the forumla may perhaps will enter a value
in the coming future. The fformula must remain.


thanks to let me know
gar
email:


--
garyww
------------------------------------------------------------------------
garyww's Profile:
http://www.excelforum.com/member.php...o&userid=35818
View this thread: http://www.excelforum.com/showthread...hreadid=571678


Hi,

I think the #VALUE comes when the formula is in error - Then it is
trying to ROUND("") and this results in the #VALUE. You could try to
put the ROUND() within the ISERROR()

=IF(ISERROR(ROUND(((AM6/(AG6+AJ6+AM6)*AD6)*A6*1.05/840/AL6),3),
"",ROUND(((AM6/(AG6+AJ6+AM6)*AD6)*A6*1.05/840/AL6)),3)

I haven't tested the formual so i don't know if it works as it is here.

Regards,
Bondi

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
Im trying to remove blank rows in an Excel spreadsheet Printout riponalong Excel Worksheet Functions 2 January 5th 06 05:58 AM
negative numbers in parenthesis are not clear on excel printout? John Excel Discussion (Misc queries) 3 December 21st 05 03:59 PM
Convert excel printout into electronic file rubaiyat543 Excel Discussion (Misc queries) 1 December 21st 05 03:48 PM
my image in Excel inkjet printout has lines jennifer Excel Discussion (Misc queries) 3 March 20th 05 03:42 PM
suppressing a footer only on the first page of a printout Paul James Excel Discussion (Misc queries) 4 January 26th 05 06:26 AM


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