Dmitrij Kultasev
Dmitrij Kultasev

Reputation: 5745

Apply conditional formatting for entire sheet based on the lookup values

I have 2 sheets. The first one has 2 columns:

Another sheet has matrix 10x10 from 1 to 100 where I would like to make conditional formatting by defining by the value from Sheet1!B. For example on the Sheet2 there will be number 55. Then I need to go Sheet1, find value 55 in column A and then based on the value in column B decide what formatting to apply.

Upvotes: 1

Views: 85

Answers (1)

player0
player0

Reputation: 1

=VLOOKUP(D2, INDIRECT("Sheet2!A:B"), 2, 0)=5

0

Upvotes: 1

Related Questions