Answers:
您可以使用公式 Conditional Formatting
为达到这个。
选择单元格 A4
,然后点击 Conditional Formatting
来自 Home
带。然后选择 Rule Type
的 Use a formula to determine which cells to format
。要做你想做的事,请使用 AND
式。
此公式将在返回之前检查是否满足所有条件 TRUE
。在这种情况下,使用 =AND(A4="Tool",B4="Structure")
应该这样做。