#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 709
Default Work Days

Column A = Date of Service
Column B = Date of Approval

Ok, my question has two parts. First, how can I identify the day that is 6
months into the future from the "Date of Approval". Then, how can I identify
the next business day from this date.

The second part of my question is how can I create a formula that compares
the date of service to the new 6-month date? The goal is to identify all
accounts that have been receiving services beyond 6-months of their approval.
It would be great to go a step further and know how many work days there are
between the two dates. If less, how many work days left, if more how many
work days since.

I appreciate your help!

Rich
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 46
Default Work Days

Try this (or a variation)

Column C = Approval + 6 month. Formula = B#+182 (# = row reference)

Column D = Next Business day. Formula =
IF(WEEKDAY(C6)=1,C6+1,IF(WEEKDAY(C6)=7,C6+2,C6))

Assuming weekday returns 1 for sunday, 7 for saturday

Column D = Service Beyond Approval. Formula = =IF(A#D#,"YES","NO") # as
above



"Richard" wrote:

Column A = Date of Service
Column B = Date of Approval

Ok, my question has two parts. First, how can I identify the day that is 6
months into the future from the "Date of Approval". Then, how can I identify
the next business day from this date.

The second part of my question is how can I create a formula that compares
the date of service to the new 6-month date? The goal is to identify all
accounts that have been receiving services beyond 6-months of their approval.
It would be great to go a step further and know how many work days there are
between the two dates. If less, how many work days left, if more how many
work days since.

I appreciate your help!

Rich

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 46
Default Work Days

The rest of what you asked (elapsed work days) would probably need VB code
taking into account weekends, holiday (official and corporate), etc. I have
no experience with VB in Excel. Just Access



"Richard" wrote:

Column A = Date of Service
Column B = Date of Approval

Ok, my question has two parts. First, how can I identify the day that is 6
months into the future from the "Date of Approval". Then, how can I identify
the next business day from this date.

The second part of my question is how can I create a formula that compares
the date of service to the new 6-month date? The goal is to identify all
accounts that have been receiving services beyond 6-months of their approval.
It would be great to go a step further and know how many work days there are
between the two dates. If less, how many work days left, if more how many
work days since.

I appreciate your help!

Rich

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Work Days Formula Hany ElKady Excel Discussion (Misc queries) 10 July 23rd 06 01:35 PM
Net Work Days Bryan Excel Discussion (Misc queries) 0 April 19th 06 09:23 PM
Return only work days mhart210 Excel Discussion (Misc queries) 1 August 18th 05 04:22 PM
How do I calculate work days? ciccia Excel Discussion (Misc queries) 4 July 20th 05 04:42 AM
Counting work days Hausma Excel Discussion (Misc queries) 1 April 10th 05 10:13 PM


All times are GMT +1. The time now is 05:49 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"