Highlighting adjacent cell ten business days (exclude holidays) after the date found in the cell beside it

我只是一个虾纸丫 提交于 2019-11-29 18:04:48
sancho.s

If you have the date you want to use as time=0 in D8, and the cell you want to format is C8, then select C8, and add a Conditional Formatting -> Use a formula to determine which cells to format and enter the formula =TODAY() > WORKDAY(D8,10).

Notes:

  1. Using relative references in the conditional formatting (e.g., D8 instead of $D$8) allows for using the same condition for an extended range, specified under Conditional Formatting -> Manage Rules -> Applies To. You might need to select absolute referencing for columns ($D8), rows (D$8) or both ($D$8; unlikely), depending on your needs. You may also need to define several Conditional Formats. Check this and this.

  2. You might need to change the number -10.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!