![]() |
|
|
|||||||
| FlashChat | Actuarial Discussion | Preliminary Exams | CAS/SOA Exams | Cyberchat | Around the World | Suggestions |
Life Actuarial Jobs | Salary Surveys | DW Simpson & Co. | Casualty Jobs |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I hate trying to format numbers in Excel.... I tried following the "custom format" but some of those are nearly possible to understand...
Here's what I'm trying to do: I want to have a number format that is a "-" when it's zero, but also allows me to center my number in a cell... for some idiotic reason, the "-" is already centered, but the "number" gets right justified (and won't allow you to change the position of either!).... Anyone know how to work around this?? |
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
||||
|
||||
|
NM - Try
Code:
_( #,##0.00_) |
|
#5
|
||||
|
||||
|
That one seems to get rid of the "-" for zero. Here's the extended dance remix to put that feature back:
Code:
_( #,##0_);_( (#,##0);_( "-"_);_(@_) |
|
#6
|
|||
|
|||
|
Pseudolus, thanks! I tried fiddling a bit, but didn't think to just remove the "*"....
|
|
#7
|
||||
|
||||
|
Quote:
Code:
0,000;(0,000);"-"
__________________
Don't listen to a word I say. The screams all sound the same. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|