Forum Discussion
ernest-consultancy
Jan 14, 2020Copper Contributor
Excel conditional formatting comparing two columns of changing dates
Help Please - I am looking for a formulae to compare two columns of dates. e.g. Column A will be the start date and Column B the end date. If column B is greater than column A by more than three da...
- Jan 14, 2020
Hello ernest-consultancy,
Assuming your start date is in cell A2 and end date is in cell B2, then apply the following conditional format to cell B2:
=NETWORKDAYS(A2,B2)>3
Jenny8675
Jan 14, 2020Brass Contributor
https://www.excel-easy.com/data-analysis/conditional-formatting.html