Excel Conditional Formating help
airbornflght
Houston, TX Icrontian
Does anyone know how to highlight a range of a row ex. (D3:G3) based on one value.
What I have is four columns. number of guests, cost, revenue, and profit.
What I want to do is highlight the row of the table where guests equals my calculated value in b8.
I'm pretty sure there is a way to do it with conditional formatting, but it will only highlight the one cell. I would like it to highlight a range of cells.
What I have is four columns. number of guests, cost, revenue, and profit.
What I want to do is highlight the row of the table where guests equals my calculated value in b8.
I'm pretty sure there is a way to do it with conditional formatting, but it will only highlight the one cell. I would like it to highlight a range of cells.
0
Comments
So in Openoffice I simply do something like if A1>3 then set the condition to 'Red' where red is a style I've previously designed. Then setup another condition if B1>4 set the condition to 'Green'.
You then would have to apply that conditioning to every cell you want to take the format. Conditional format still only works cell by cell, to make it work on a whole role you have to just keep applying the conditional format.
There is also a formula in Openoffice you can add to the end of any formula that will apply a conditional format.
So if your formula is =A1 then you change that formula to ==A1+STYLE(IF(CURRENT()>3;"Red";"Green")) Same rules apply you have to predefine what those styles are.
Simply choose conditional formatting from the home tab
(I think I might have mis understood your post though!)
edit: n/m I finally see where ABF wanted to highlight several cells based on the contents of one cell in that range. Guess it doesn't matter anyway since he's done with whatever he was doing...lol