![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
I have a simple If function formula
=IF(D7<=D6*75%,"In Budget","Over budget") I wish to change the font color for my answers i.e In budget in green and over budget in red, is this possible? |
|
|
|
#2 |
|
Banned
Join Date: Feb 2002
Posts: 1,582
|
Hi
You can use Conditional formatting for this. It's found under Format on the main menu |
|
|
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thank you
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
Use =(D7<=D6*75%)+0 and apply the following custom number format... [=1][Green]"In Budget";[=0][Red]"Over budget" |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|