Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear all,
How can I format a cell when the cell value is zero,display it as space Thanks you |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try using conditional formatting by setting the font color to the background
color? -- Cheers Nigel "John" wrote in message ... Dear all, How can I format a cell when the cell value is zero,display it as space Thanks you |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Do you mean show it as as empty, or blank when it's zero?
You can use a custom number format (Format Cells|Number|Custom) and enter the following: 0.00;-0.00; HTH, Ken Puls, CMA - Microsoft MVP (Excel) www.excelguru.ca John wrote: Dear all, How can I format a cell when the cell value is zero,display it as space Thanks you |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not a reply, but another question.
How would I format a cell to be blank. Say I have a formula such as =IF(OR(B27="",B25=""),"",B25/B27) Which would give a percentage of one evalue to another. If I graph these values, the graph displays it as zero value instead of null or an empty set. I do not want to convey that they had 0% for the result. Thanks "Ken Puls" wrote in message ... Do you mean show it as as empty, or blank when it's zero? You can use a custom number format (Format Cells|Number|Custom) and enter the following: 0.00;-0.00; HTH, Ken Puls, CMA - Microsoft MVP (Excel) www.excelguru.ca John wrote: Dear all, How can I format a cell when the cell value is zero,display it as space Thanks you |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=IF(OR(B27="",B25=""),NA(),B25/B27)
Cells with #N/A with not be charted. If you don't like the #N/A showing use Conditional Formating to change the font to white. Gord Dibben MS Excel MVP On Tue, 02 Jan 2007 21:53:57 GMT, "taju" wrote: Not a reply, but another question. How would I format a cell to be blank. Say I have a formula such as =IF(OR(B27="",B25=""),"",B25/B27) Which would give a percentage of one evalue to another. If I graph these values, the graph displays it as zero value instead of null or an empty set. I do not want to convey that they had 0% for the result. Thanks "Ken Puls" wrote in message ... Do you mean show it as as empty, or blank when it's zero? You can use a custom number format (Format Cells|Number|Custom) and enter the following: 0.00;-0.00; HTH, Ken Puls, CMA - Microsoft MVP (Excel) www.excelguru.ca John wrote: Dear all, How can I format a cell when the cell value is zero,display it as space Thanks you |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you for your help. It works very well.
"Gord Dibben" <gorddibbATshawDOTca wrote in message ... =IF(OR(B27="",B25=""),NA(),B25/B27) Cells with #N/A with not be charted. If you don't like the #N/A showing use Conditional Formating to change the font to white. Gord Dibben MS Excel MVP On Tue, 02 Jan 2007 21:53:57 GMT, "taju" wrote: Not a reply, but another question. How would I format a cell to be blank. Say I have a formula such as =IF(OR(B27="",B25=""),"",B25/B27) Which would give a percentage of one evalue to another. If I graph these values, the graph displays it as zero value instead of null or an empty set. I do not want to convey that they had 0% for the result. Thanks "Ken Puls" wrote in message ... Do you mean show it as as empty, or blank when it's zero? You can use a custom number format (Format Cells|Number|Custom) and enter the following: 0.00;-0.00; HTH, Ken Puls, CMA - Microsoft MVP (Excel) www.excelguru.ca John wrote: Dear all, How can I format a cell when the cell value is zero,display it as space Thanks you |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you for your help. It works well.
taju "Gord Dibben" <gorddibbATshawDOTca wrote in message ... =IF(OR(B27="",B25=""),NA(),B25/B27) Cells with #N/A with not be charted. If you don't like the #N/A showing use Conditional Formating to change the font to white. Gord Dibben MS Excel MVP On Tue, 02 Jan 2007 21:53:57 GMT, "taju" wrote: Not a reply, but another question. How would I format a cell to be blank. Say I have a formula such as =IF(OR(B27="",B25=""),"",B25/B27) Which would give a percentage of one evalue to another. If I graph these values, the graph displays it as zero value instead of null or an empty set. I do not want to convey that they had 0% for the result. Thanks "Ken Puls" wrote in message ... Do you mean show it as as empty, or blank when it's zero? You can use a custom number format (Format Cells|Number|Custom) and enter the following: 0.00;-0.00; HTH, Ken Puls, CMA - Microsoft MVP (Excel) www.excelguru.ca John wrote: Dear all, How can I format a cell when the cell value is zero,display it as space Thanks you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lock Cell Format - Allow copy and paste of data without format change | Excel Worksheet Functions | |||
cell format - remove cell format pattern without effecting colors | Excel Discussion (Misc queries) | |||
Can cell format come from and change with reference cell format | Excel Discussion (Misc queries) | |||
Excel Auto-Format cell to email format | Excel Discussion (Misc queries) | |||
How do I copy data in single cell format to a merged cell format | Excel Discussion (Misc queries) |