Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Make a cell font red if number is greater than 200 and have a message pop up
saying (you have exceeded the number of hours allowed). |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How does the cell change?
By the user typing in the new value--or the results of a formula? If it's by typing, you could use data|Validation (xl2003 menus) and stop the invalid entry. If you change it to a warning, then you could use format|conditional formatting to show the value in red. If the value changes via a formula (or by typing), you could use format|Conditional formatting and a helper cell: =if(a1<=200,"","Error too large") Format this cell in big bold red letters to make it noticeable. delete automatically wrote: Make a cell font red if number is greater than 200 and have a message pop up saying (you have exceeded the number of hours allowed). -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
For first use conditional formatting.
For pop up you can use data validation. Let me know if you need detailed instructions. "delete automatically" wrote: Make a cell font red if number is greater than 200 and have a message pop up saying (you have exceeded the number of hours allowed). |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can use conditional formatting on the cell to make it turn red if
the cell contents exceed 200. Also, you could use another cell to produce the error message, like this: =IF(A1200,"Excess Hours","") Format that cell with bold and in red if you like. Hope this helps. Pete On Oct 6, 3:23*pm, delete automatically wrote: Make a cell font red if number is greater than 200 and have a message pop up saying (you have exceeded the number of hours allowed). |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
You can't have both Either Place cursor on cell concerned, FormatConditional FormattingCell Value isGreater Than200FormatFontRedOK Or Select cell again, DataValidationAllowWhole numberBetweenMinimum0Maximum200Error Alerttype in your message If Data Validation is in place, then the value entered will never be above 200 hence the colour condition will not get triggered. -- Regards Roger Govier "delete automatically" wrote in message ... Make a cell font red if number is greater than 200 and have a message pop up saying (you have exceeded the number of hours allowed). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
if font is bold then cell value is number | Excel Discussion (Misc queries) | |||
putting a number that is greater or lesser into different cell . | Excel Worksheet Functions | |||
I want the greater number of 2 cells to show in a separate cell | Excel Discussion (Misc queries) | |||
I want the greater number of 2 cells to show in a separate cell | Excel Discussion (Misc queries) | |||
How to make the cell or font color red if the number is negative? | Excel Worksheet Functions |