Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi
Have had help with this, but still short of goal criterea 1) Weekday anything after 1600 is classed as next day's date 2) anything after 1600 on friday, classed as Monday 3) sat and sun is classed as monday Need to add 4 days Examples fri 3/3 07:00:00 result should be 9/3 fri 3/3 16:51:00 result should be 10/3 sat 4/3 any time result should be 10/3 sun 5/3 any time result should be 10/3 Mon 6/3 00:51:00 result should be 10/3 Any help, direction would be appriciated regards -- bnt Message posted via http://www.officekb.com |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Sorry Brian, I thought I had responded to this
=WORKDAY(A1,IF(OR(WEEKDAY(A1,2)5,B1TIME(16,0,0)) ,5,4)) -- HTH Bob Phillips (remove nothere from email address if mailing direct) "brian thompson3001 via OfficeKB.com" <u15682@uwe wrote in message news:5d0a48f44499b@uwe... Hi Have had help with this, but still short of goal criterea 1) Weekday anything after 1600 is classed as next day's date 2) anything after 1600 on friday, classed as Monday 3) sat and sun is classed as monday Need to add 4 days Examples fri 3/3 07:00:00 result should be 9/3 fri 3/3 16:51:00 result should be 10/3 sat 4/3 any time result should be 10/3 sun 5/3 any time result should be 10/3 Mon 6/3 00:51:00 result should be 10/3 Any help, direction would be appriciated regards -- bnt Message posted via http://www.officekb.com |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
thanks bob, this is exactly what i required....VBG
regards Bob Phillips wrote: Sorry Brian, I thought I had responded to this =WORKDAY(A1,IF(OR(WEEKDAY(A1,2)5,B1TIME(16,0,0) ),5,4)) Hi [quoted text clipped - 18 lines] regards -- bnt Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...l-new/200603/1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
No. of days split into periods | Excel Discussion (Misc queries) | |||
Calendar Days and Option Buttons | Excel Discussion (Misc queries) | |||
Calculating days & time left from start date/time to end date/time | Excel Worksheet Functions | |||
30, 60, 90 days late and due within 14 days | Excel Discussion (Misc queries) | |||
Working days left in the month compared to previous months | Excel Worksheet Functions |