Multi-column vlookup conditional formatting

蹲街弑〆低调 提交于 2019-12-01 23:57:08

I took the approach below, but you can probably consolidate it even more.

EDIT: I was able to consolidate it even more.

Apply this formula for conditional formatting for the Range(E3:E9) in Sheet1. Then make an additional rule, but change the formula to > and to fill green. Then you can use the same two formats against columns F and G and you just need to change the column references in your formula and the vlookup column indicator.

So, for column F, the formula would be =F3<vlookup(C3,Sheet2!$A:$D,3,0)

LEAVING OLD METHOD IN HERE FOR MORE DETAILED UNDERSTANDING

Sheet1

Enter the formula seen in the formula in cell I3 and drag through the end of the range (K9)

Conditional Formatting

Select the range from E3:G9 and apply the displayed formulas in the Conditional Formula Rules Manager.

For reference my sheet2 looks like this (based on your data displayed).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!