Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to set up conditional formatting so that an absolute value
greater than 3 will change the cell background color to red. I have tried: =(abs(f5))3 with f5 being the cell location. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Carol
Formula is =ABS($F$5)3 works for me and this can go in F5 or any other cell Mike "Carol" wrote: I am trying to set up conditional formatting so that an absolute value greater than 3 will change the cell background color to red. I have tried: =(abs(f5))3 with f5 being the cell location. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=ABS(F5)3 works for me.
Gord Dibben MS Excel MVP On Fri, 25 Jan 2008 15:34:02 -0800, Carol wrote: I am trying to set up conditional formatting so that an absolute value greater than 3 will change the cell background color to red. I have tried: =(abs(f5))3 with f5 being the cell location. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The formula is OK, though you can omit the outher pair of parentheses. You
need to remember, however, to put it under "Formula Is", rather than "Cell Value Is". If in doubt, go back into CF and check that the formula is as you intended it. Excel has a nasty habit of changing things, for example changing the formula to a string if you forgot the initial = sign. -- David Biddulph "Carol" wrote in message ... I am trying to set up conditional formatting so that an absolute value greater than 3 will change the cell background color to red. I have tried: =(abs(f5))3 with f5 being the cell location. |
#5
![]() |
|||
|
|||
![]()
To set up conditional formatting for absolute values in Microsoft Excel, follow these steps:
Now, any cell in the selected range that has an absolute value greater than 3 will have the formatting applied to it. You can adjust the formula and formatting options as needed for your specific needs.
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting based on top values | Excel Worksheet Functions | |||
Conditional Formatting with absolute references | Excel Worksheet Functions | |||
Export Conditional Formatting Values | Excel Worksheet Functions | |||
Conditional Formatting for multiple values | Excel Discussion (Misc queries) | |||
Values w/conditional formatting | Excel Worksheet Functions |