Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How can I change the format (color or background) of a cel when its formula
returns a decimal instead of a whole number? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Click format in the menu and select CONDITIONAL FORMATTING.
Change the Condition 1 combo box to Formula Is and in the text box directly to its right enter the following formula: =MOD(A1,1) Changing A1 to your starting cell. Click the FORMAT command button and click the PATTERNS tab and select the color of your choice and click the OK command button 2 times. -- Kevin Backmann "widman" wrote: How can I change the format (color or background) of a cel when its formula returns a decimal instead of a whole number? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use Conditional formatting: Format Conditional fromatting, select "Formula
is" and enter the formula: =AND(E1<"",E1=INT(E1)) and select the pattern colour that you want. Change the cell reference E1 to the cell that the conditional formatting is in. -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings Replace @mailinator.com with @tiscali.co.uk "widman" wrote in message ... How can I change the format (color or background) of a cel when its formula returns a decimal instead of a whole number? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
thanks. worked great after I changed the , to a ; that I have to use because
of another software. "Kevin B" wrote: Click format in the menu and select CONDITIONAL FORMATTING. Change the Condition 1 combo box to Formula Is and in the text box directly to its right enter the following formula: =MOD(A1,1) Changing A1 to your starting cell. Click the FORMAT command button and click the PATTERNS tab and select the color of your choice and click the OK command button 2 times. -- Kevin Backmann "widman" wrote: How can I change the format (color or background) of a cel when its formula returns a decimal instead of a whole number? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
New Conditional Format Overriding Previous Conditional Format | Excel Discussion (Misc queries) | |||
How to create a conditional format that changes the number format | Excel Discussion (Misc queries) | |||
Conditional Format - Format Transfer To Chart | Excel Discussion (Misc queries) | |||
copy conditional format to regular format | Setting up and Configuration of Excel | |||
copy conditional format as ACTUAL format | Excel Discussion (Misc queries) |