Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
sale on a monday aug 2 need to calulate 28 days after following friday for
payment date. if this falls on sat or sun needs to move to monday |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=(A1+(WEEKDAY(A1,2)5)+(WEEKDAY(A1,2)6))+6-WEEKDAY(A1+(WEEKDAY(A1,2)5)+(WE
EKDAY(A1,2)6))+28 -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "rhydim" wrote in message ... sale on a monday aug 2 need to calulate 28 days after following friday for payment date. if this falls on sat or sun needs to move to monday |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Bob,
Perhaps it is my reading of the question but surely 28 days after the following Friday can never be a Saturday or Sunday. =A1-WEEKDAY(A1-6,1)+35 Seems to return the same date as your formula. -- HTH Sandy In Perth, the ancient capital of Scotland with @tiscali.co.uk "Bob Phillips" wrote in message ... =(A1+(WEEKDAY(A1,2)5)+(WEEKDAY(A1,2)6))+6-WEEKDAY(A1+(WEEKDAY(A1,2)5)+(WE EKDAY(A1,2)6))+28 -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "rhydim" wrote in message ... sale on a monday aug 2 need to calulate 28 days after following friday for payment date. if this falls on sat or sun needs to move to monday |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sandy,
I read that as if today is a saturday or sunday, start on the next monday, then goto Friday, then add 28. I think though that by reading it in that convoluted manner, I concocted a convoluted formula. Your method of getting the lat Friday and adding 35 seems much more direct. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Sandy Mann" wrote in message ... Bob, Perhaps it is my reading of the question but surely 28 days after the following Friday can never be a Saturday or Sunday. =A1-WEEKDAY(A1-6,1)+35 Seems to return the same date as your formula. -- HTH Sandy In Perth, the ancient capital of Scotland with @tiscali.co.uk "Bob Phillips" wrote in message ... =(A1+(WEEKDAY(A1,2)5)+(WEEKDAY(A1,2)6))+6-WEEKDAY(A1+(WEEKDAY(A1,2)5)+(WE EKDAY(A1,2)6))+28 -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "rhydim" wrote in message ... sale on a monday aug 2 need to calulate 28 days after following friday for payment date. if this falls on sat or sun needs to move to monday |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mileage Claim Formula | New Users to Excel | |||
Number of days between 2 dates, if end date is blank assume todays | New Users to Excel | |||
Date Formula Needed-Business Days | Excel Discussion (Misc queries) | |||
Adding XY days to date in cells | Excel Discussion (Misc queries) | |||
Date Calculations | Excel Worksheet Functions |