基于特定单元格的条件格式


1

是否可以基于写入特定单元格的值设置条件格式?

条件格式

我想为星期六和星期日的行着色,而不为工作日着色。

条件是第二栏中的字母,但是我需要格式化完整的行。

我该如何实现?

Answers:


2

假设字母(L / F)在B列中,则:

  • 选择第一行。
  • 开放条件条件修正 / 新规则
  • 在公式类型上,选择“使用公式”
  • 在盒子里放 =$B1="F"
  • 格式按钮上,选择所需的格式。
  • 在仍选中该行的情况下,使用格式刷将这种格式复制到其他行。
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.