Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I would like to have one decimal point in a number, unless the number is 100
in order to fit the columns in a table. So, three digits for whatever number I type in, and if it is two digits, to have a decimal. 95.6 45.2 80.0 100 - NOT 100.0 123 - NOT 123.0 Thanks! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Custom Format:
[<100]0.0;0 "Cass1930" wrote: I would like to have one decimal point in a number, unless the number is 100 in order to fit the columns in a table. So, three digits for whatever number I type in, and if it is two digits, to have a decimal. 95.6 45.2 80.0 100 - NOT 100.0 123 - NOT 123.0 Thanks! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
From the Format Cells window, on the Number tab, select Custom. In the Type
box enter [<100]0.0;0 This says for anything less than 100 display at least one character for the whole number and exactly one decimal character; otherwise, display the whole number. -- Brad E. "Cass1930" wrote: I would like to have one decimal point in a number, unless the number is 100 in order to fit the columns in a table. So, three digits for whatever number I type in, and if it is two digits, to have a decimal. 95.6 45.2 80.0 100 - NOT 100.0 123 - NOT 123.0 Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to validate a cell to insert from 9 digit number to 13 digit number. | Excel Worksheet Functions | |||
How to validate a cell to insert from 9 digit number to 13 digit number. | Excel Worksheet Functions | |||
How do I stop decimal being placed in a 3 digit whole number | Setting up and Configuration of Excel | |||
Color a single digit in a mult-digit number cell | Excel Discussion (Misc queries) | |||
When we enter a 16 digit number (credit card) the last digit chan. | Excel Discussion (Misc queries) |