Extend conditional formatting in Excel
Solved
jfda
-
jfda -
jfda -
Hello,
In Excel, I want to extend a conditional formatting to an entire column.
Example: If B1 is different from A1, then red.
I want to apply this condition to the entire column B, how can I do that?
When I drag it down, the condition always refers to B1, while I need to increment A2, A3...
Thank you for your help
Configuration: Windows XP / Internet Explorer 6.0
In Excel, I want to extend a conditional formatting to an entire column.
Example: If B1 is different from A1, then red.
I want to apply this condition to the entire column B, how can I do that?
When I drag it down, the condition always refers to B1, while I need to increment A2, A3...
Thank you for your help
Configuration: Windows XP / Internet Explorer 6.0
Method:
- Select the entire column B (by clicking on the header letter B)
- Format/Conditional Formatting
- Choose from the dropdown menu: "The formula is:"
- enter this formula: =IF($B1=$A1,"FALSE","TRUE")
- click on the format button and choose the cell formatting
- OK
- OK
and... it works!!!