Microsoft
Software
Hardware
Network
Question : Excel Due Date Over Due
Hello,
I'm setting up a worksheet where I enter a contact date in A1 a number business days to follow up in B1 and I have the date to follow up in in C1 and if there is no days to follow up C1 stays blank using the following formula.
=IF(B2="","",WORKDAY(A1,B1
))
What I would like to do is change the date in C1 to the word OVERDUE in red if the date in A1 is more than 5 business days old.
If that does not work I'll settle for an additional column that would compre the dates in A1 and C1 and again, if todays date is later than the date in C1 than display OVERDUE in red.
Thank you,
John
Answer : Excel Due Date Over Due
John,
Try this:
=IF(B2="","",IF(TODAY
()>WORKDAY
(A1,B1),"O
VERDUE",WO
RKDAY(A1,B
1))
Then use Conditional Formatting to make the font color red if that cell = "OVERDUE"
Random Solutions
Gateway for Server automatically being removed after restart
How do I combine CustomValidators with RequiredFieldValidators and RegularExpressionValidator
s?
store comma separated multiple numbers in a mysql database field database and query them efficiently
How Do I Create a Pie Chart from a DataTable
VS 2003 with .NET Framework 3.5
PL/SQL Performance
Trying to redirect a user from http to https automatically. Windows 2008 running II7
How to commit changes of a Typed Dataset to database at once
SQL 2005 Query Help
java.lang.UnsatisfiedLinkE
rror