持续时间的条件格式公式

时间:2019-05-20 20:31:34

标签: excel excel-formula conditional-formatting excel-2016

Start Duration  1  2  3  4  5  7  8  9  10  ...
1     5
4     5
4     8
10    8
10    2
15    22

有没有类似这样的公式? =AND(C$1>=$A2, C$1<=B2)
就像一个甘特图

2 个答案:

答案 0 :(得分:2)

使用此:

=AND(C$1>=$A1,C$1<=$A1+$B1-1)

![enter image description here

答案 1 :(得分:0)

您可以将公式应用于条件格式,只需选择

  1. 新格式规则
  2. 使用公式确定要格式化的单元格

enter image description here