Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Is there a relatively simple way to format a sheet or an entire workbook so that cells with null references display as EMPTY instead of showing 0's or #DIV/0!'s? -- -abs |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could use conditional formatting to hide the errors (use the same color font
as fill). The cells will still hold the errors, but they'll look empty. Or you could change the formulas to check the denominator before doing the division: =if(b1=0,"",a1/b1) absinthe wrote: Is there a relatively simple way to format a sheet or an entire workbook so that cells with null references display as EMPTY instead of showing 0's or #DIV/0!'s? -- -abs -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Mmmm ... I especially like the first idea. Seems rather elegant. I'll give it a shot. Thanks, -- -abs "Dave Peterson" wrote: You could use conditional formatting to hide the errors (use the same color font as fill). The cells will still hold the errors, but they'll look empty. Or you could change the formulas to check the denominator before doing the division: =if(b1=0,"",a1/b1) absinthe wrote: Is there a relatively simple way to format a sheet or an entire workbook so that cells with null references display as EMPTY instead of showing 0's or #DIV/0!'s? -- -abs -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trouble with null values | Excel Worksheet Functions | |||
sum if - null values | Excel Discussion (Misc queries) | |||
VLookup Null values | Excel Worksheet Functions | |||
De-activating null value display | New Users to Excel | |||
prevent display of data series dropping to graph x axis for null d | Charts and Charting in Excel |