Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,069
Default printing without zeros showing in a cell with formulas

I've created a workbook that totals 5 worksheets (for Monday thru Friday) on
a 6th worksheet that is printed and posted weekly. However, because there is
a formula in each cell on the weekly sheet, a zero appears in all of the
cells which makes the sheet being posted look too too busy... Is there a way
to have the weekly worksheet leave all cells blank unless there is actual
data pulled?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 85
Default printing without zeros showing in a cell with formulas

Tools Options View tab

Uncheck the zero values box.

Ian

"John" wrote in message
...
I've created a workbook that totals 5 worksheets (for Monday thru Friday)
on
a 6th worksheet that is printed and posted weekly. However, because there
is
a formula in each cell on the weekly sheet, a zero appears in all of the
cells which makes the sheet being posted look too too busy... Is there a
way
to have the weekly worksheet leave all cells blank unless there is actual
data pulled?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default printing without zeros showing in a cell with formulas

Trap for no data or zero in source cell(s).

=IF(Sheet1!A1=0,"",Sheet1!A1)

=IF(Sheet1!A1="","",Sheet1!A1)

=IF(SUM(Sheet1:Sheet5!A1:A10)=0,"",SUM(Sheet1:Shee t5!A1:A10))


Gord Dibben MS Excel MVP

On Sat, 27 Oct 2007 15:00:01 -0700, John wrote:

I've created a workbook that totals 5 worksheets (for Monday thru Friday) on
a 6th worksheet that is printed and posted weekly. However, because there is
a formula in each cell on the weekly sheet, a zero appears in all of the
cells which makes the sheet being posted look too too busy... Is there a way
to have the weekly worksheet leave all cells blank unless there is actual
data pulled?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default printing without zeros showing in a cell with formulas

Another way is to apply conditional formatting to the cells in the
summary sheet, such that if the cell content is zero, change the
foreground colour to the background colour (usually white).

Hope this helps.

Pete

On Oct 27, 10:00 pm, John wrote:
I've created a workbook that totals 5 worksheets (for Monday thru Friday) on
a 6th worksheet that is printed and posted weekly. However, because there is
a formula in each cell on the weekly sheet, a zero appears in all of the
cells which makes the sheet being posted look too too busy... Is there a way
to have the weekly worksheet leave all cells blank unless there is actual
data pulled?



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
Pictures not showing or printing JonEllwood Excel Discussion (Misc queries) 8 September 18th 06 10:31 AM
Leading zeros not showing MikeS Excel Discussion (Misc queries) 2 December 2nd 05 08:13 AM
Printing with the Headers showing on every page Dave Excel Discussion (Misc queries) 3 November 2nd 05 05:47 PM
leading zeros are not showing in the formula bar but do show in ce Debbie Excel Discussion (Misc queries) 2 October 2nd 05 03:26 PM
Printing but not showing Howard Excel Discussion (Misc queries) 4 February 28th 05 03:53 PM


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