Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am using Excel 2003. I am doing a spreadsheet for commissions for sales
reps. Is there a way to not display 0.00 in every cell in a column of the spreadsheet? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could change your formula:
=if(yourformula=0,"",yourformula) Or if it's ok to hide all the 0's on the worksheet: Tools|Options|View Tab|uncheck Zero Values (xl2003 menus) Or you may be able to use format|Conditional formatting to hide the 0's. (If it's 0, show a white font on a white background???) Tammy4 wrote: I am using Excel 2003. I am doing a spreadsheet for commissions for sales reps. Is there a way to not display 0.00 in every cell in a column of the spreadsheet? -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Go to ToolsOptionsView and uncheck Zero Values
-- __________________________________ HTH Bob "Tammy4" wrote in message ... I am using Excel 2003. I am doing a spreadsheet for commissions for sales reps. Is there a way to not display 0.00 in every cell in a column of the spreadsheet? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Highlight the column(s) and go to Format/Cells and on the 'number' tab and
choose custom - change the type to: #;; "Tammy4" wrote: I am using Excel 2003. I am doing a spreadsheet for commissions for sales reps. Is there a way to not display 0.00 in every cell in a column of the spreadsheet? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hide row on spreadsheet | Excel Discussion (Misc queries) | |||
Want to Hide columns in spreadsheet but NOT hide data in chart. | Charts and Charting in Excel | |||
How do you hide unused cells in a spreadsheet? | Excel Discussion (Misc queries) | |||
How do I hide a formula so it will not show on the spreadsheet? | Excel Worksheet Functions | |||
how do you hide the #DIV/0! in a blank spreadsheet? | Excel Discussion (Misc queries) |