0

I want to highlight cells in column A whose corresponding values in column B meet a certain criteria. I followed some ways but none leaded to anything. I just want to highlight cells in column A whose values in column B are greater than 100. The Screenshot

1 Answer 1

1

Select column A with A1 as the active cell then create a CFR based on the following formula.

=and($b1>100, row()>1)
Sign up to request clarification or add additional context in comments.

2 Comments

Could you explain the reason why you added the second condition: row()>1 ?
You have text as column header labels and I didn't want any confusion.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.