Okay. Say you promise to have a product to a customer on or before a certain date stored in cell L2. You have the number of transit days it takes the product to get to the customer in cell K2. We can figure that we have to ship the product by date SUM(L2,-K2). This returns weekends and holiday dates in certain instances, so we switch to the WORKDAY function. I get:
This is half-way there. Shipping companies pull freight through weekends, and the 2nd (-K2) argument isn't counted on weekends.
I need to have a WORKDAY returned. This is the day that the product will be loaded. I need the 2nd argument to be counted in weekends.
I get to something like:
Just to test I make the formula:
where L2=9/14/2010 and K2=3. The result is 1/1 but SUM(L2,-K2) returns a Saturday.
I should be seeing the above forumla yield 1/0. I think I have more problems than anticipated here.
Can anyone help me get to this end-point:
?
I do not how to evaluate the bolded part, but I need the IF statement to put the calculation on the 'value if true' argument before I have to worry about that.
I'm open to any suggestions!
Thanks!
-2Busy
Bookmarks