![]() |
how do I do conditional formatting for absolute values?
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. |
Answer: how do I do conditional formatting for absolute values?
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. |
how do I do conditional formatting for absolute values?
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. |
how do I do conditional formatting for absolute values?
=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. |
how do I do conditional formatting for absolute values?
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. |
All times are GMT +1. The time now is 04:50 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com