如何为2个或更多单元格创建文本条件格式以突出显示该文本?


0

例如,假设我想在单元格A4中突出显示包含单词“工具”的单元格,并且如果单词“结构”在单元格B4中,则仅强调。什么公式可以做到这一点?

Answers:


1

您可以使用公式 Conditional Formatting 为达到这个。

选择单元格 A4,然后点击 Conditional Formatting 来自 Home 带。然后选择 Rule TypeUse a formula to determine which cells to format。要做你想做的事,请使用 AND 式。

此公式将在返回之前检查是否满足所有条件 TRUE。在这种情况下,使用 =AND(A4="Tool",B4="Structure") 应该这样做。

enter image description here

enter image description here


我的天啊!非常感谢Sir先生,一直拉着我的头发试图弄清楚这一点,你的公式就是答案!
Chris C

大。请通过选择左侧的复选标记表明已回答此问题。这将显示正在搜索的其他人对您的问题有可接受的答案。
CharlieRB
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.