基于列 header 的条件格式

Conditional Format based on column header

我在 A 列中有一个产品列表,在 B 列中有一个 csv 属性列表,然后是 sheet 到 BI 列中每个唯一属性的列。

我想突出显示每一列中出现在该行的 csv 中的单元格。我将尝试用这个例子来解释:

ColumnA          ColumnB          ColumnC     ColumnD      ColumnE     etc...
Products         csv List        Attribute1  Attribute2   Attribute3   etc...
Product1  Attribute1,Attribute3  (Formatted)   (blank)    (Formatted), etc...
Product2  Attribute2,Attribute3    (blank)   (Formatted)  (Formatted), etc...

因此,如果列名出现在相应行的 csv 中,则设置单元格格式。

这可能吗?

通过公式进行条件格式化,设置范围(本例)为$C:$E,公式为=SEARCH(C, $B2) 相对引用将通过自动调整搜索词和查找范围来完成剩下的工作