Hi, all. I appreciate your time considering this:
Each day, I will be compiling a report showing the current age of activities we have in a workqueue, and then I need to show what the age of those activities will be come the next Monday.
Here's what I have so far...
Cell B1 contains =TODAY(), showing today's date, so that cell C1, which contains =TEXT(WEEKDAY(B1),"dddd") can show the day of the week. (Currently, Wednesday)
Cell C3 will contain the activity create (start) date. (Currently, 04/12/2011)
Cell H3 contains the age of the activity today, using =TODAY()-C3. (Currently, 29 days)
What formula can I enter in Cell I3 that will show the age of this activity come next Monday? I know that the activity will be 34 days old come Monday, or 5 days older, but I need a formula to calculate the age as of Monday as the week progresses.
Thanks for any help you can give!
Each day, I will be compiling a report showing the current age of activities we have in a workqueue, and then I need to show what the age of those activities will be come the next Monday.
Here's what I have so far...
Cell B1 contains =TODAY(), showing today's date, so that cell C1, which contains =TEXT(WEEKDAY(B1),"dddd") can show the day of the week. (Currently, Wednesday)
Cell C3 will contain the activity create (start) date. (Currently, 04/12/2011)
Cell H3 contains the age of the activity today, using =TODAY()-C3. (Currently, 29 days)
What formula can I enter in Cell I3 that will show the age of this activity come next Monday? I know that the activity will be 34 days old come Monday, or 5 days older, but I need a formula to calculate the age as of Monday as the week progresses.
Thanks for any help you can give!