Excel 2010 Conditional Formating - Format all cells according to other cells values
Dear All,
Thanks for a great forum!
I am trying to coditionally format a selection of cells according to values in corresponding cells.
So on the selection
I have this formula
And again
Selection
I have this formula
The problem comes in where the only cell that is formated is the A column.
So if the value changes in D2 to D117 the only cells that are formatted are A2:A117...yet I want A2117 to format.
So Row by Row when the user enters YES or NA I want it to format the line respectively, so A22.
This used to work in Excel 2003, but now does not seem to work?
Is there a way to format an entire block instead of formatting each line?
Any help will be greatly appreciated.
Thanks
Thank you,
Kind regards
Triacona
Dear All,
Thanks for a great forum!
I am trying to coditionally format a selection of cells according to values in corresponding cells.
So on the selection
Code:
=$A$2:$D$117
I have this formula
Code:
=D2:D117="NA"
And again
Selection
Code:
=$A$2:$D$117
I have this formula
Code:
=D2:D117="YES"
The problem comes in where the only cell that is formated is the A column.
So if the value changes in D2 to D117 the only cells that are formatted are A2:A117...yet I want A2117 to format.
So Row by Row when the user enters YES or NA I want it to format the line respectively, so A22.
This used to work in Excel 2003, but now does not seem to work?
Is there a way to format an entire block instead of formatting each line?
Any help will be greatly appreciated.
Thanks
Thank you,
Kind regards
Triacona