issue with adding weeks to the date

  • Thread starter Thread starter matthewwookie
  • Start date Start date
M

matthewwookie

Hi

I've got a problem where i have a list of dates, all of which i need to
at six weeks to. that bit isn't to tricky, however, some of the dates
could be either a saturday or sunday or bank holiday. If thats the case
it then needs to add a day or two to the six weeks inorder to get it
clear of a 'non working day' Also, if its around christmas, this issue
is increased as the bank holidays are next to each other.

Has anyone got any ideas on how to do this? theres about 14000 dates so
doing it by hand could take a while!!!

Thanks

Matt :eek: :confused: :eek:
 
Take a look at WORKDAY() in XL Help. It's part of the Analysis Toolpak
Addin, so you'll have to ensure that that's loaded (Tools/Addins...)

=WORKDAY(A1+41,1,<holidays>)


matthewwookie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top