Using Today() and making it Static based on a particular condition.
I have a Sheet in which I keep a record of all the Task Assigned to my Team Mates.I dont write the date in this Sheet I get it by the virtue of TODAY(), however today is a Dynamic function so it keeps on updating everyday..
I would make it blank by "" when there are no Tasks mentioned in the Column D, however if there's something mentioned in the Column D then the Current date should become static as I would need to keep a track as when this Task was Assigned to a team mate..
One more thing is to avoid getting weekends like Saturday/Sundays
or any Public Holidays. Is that possible?
Like for instance the Function Today() would be used to get the dates excluding any Weekends or Holidays and it should become static when Any Data is entered in Column D. So, if there's no data in column D, then it should remain dynamic displaying the current date.
I want to use the same logic to track the Time for each Completed task shown in the Tab Sarah.
I would appreciate if I could get help in Excel preferably though if its not possible then VBA would also do...
Please find the attachment.
Bookmarks