the standard =WORKDAY() function calculates the next working day from a given date. it also allows you to list holidays to be skipped.
So, if you put the date you're starting from in A1, and a list of Holidays in A4:A20 you can use: =WORKDAY(A1,1,A4:A20) and it will give you the NEXT working day, excluding Saturdays, Sundays, and the dates listed. Paul ----------------------------------------- “Do all the good you can, By all the means you can, In all the ways you can, In all the places you can, At all the times you can, To all the people you can, As long as ever you can.” - John Wesley ----------------------------------------- ________________________________ From: Krishna madolli <kmado...@gmail.com> To: excel-macros@googlegroups.com Sent: Thu, February 9, 2012 4:34:17 AM Subject: Re: $$Excel-Macros$$ Next Working date Hi Srinivas, You can try this formula: =IF(WEEKDAY($A$1)=7,A1+DAY(2),IF(WEEKDAY($A$1)=6,A1+DAY(3),A1+DAY(1))) On 2/9/12, Chidurala, Shrinivas <shrinivas.chidur...@citi.com> wrote: > Dear Group, > > Please suggest any formula to pick next working date, but Saturday and > Sunday should not include. > > Working day Next Working day > 9-Feb-12 10-Feb-12 > 10-Feb-12 13-Feb-12 > > > Regards, > Shrinivas > > > -- > FORUM RULES (986+ members already BANNED for violation) > > 1) Use concise, accurate thread titles. Poor thread titles, like Please > Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will > not get quick attention or may not be answered. > > 2) Don't post a question in the thread of another member. > > 3) Don't post questions regarding breaking or bypassing any security > measure. > > 4) Acknowledge the responses you receive, good or bad. > > 5) Cross-promotion of, or links to, forums competitive to this forum in > signatures are prohibited. > > NOTE : Don't ever post personal or confidential data in a workbook. Forum > owners and members are not responsible for any loss. > >------------------------------------------------------------------------------------------------------ >- > To post to this group, send email to excel-macros@googlegroups.com > -- Krishnaraddi V Madolli. -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the thread of another member. 3) Don't post questions regarding breaking or bypassing any security measure. 4) Acknowledge the responses you receive, good or bad. 5) Cross-promotion of, or links to, forums competitive to this forum in signatures are prohibited. NOTE : Don't ever post personal or confidential data in a workbook. Forum owners and members are not responsible for any loss. ------------------------------------------------------------------------------------------------------ To post to this group, send email to excel-macros@googlegroups.com -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the thread of another member. 3) Don't post questions regarding breaking or bypassing any security measure. 4) Acknowledge the responses you receive, good or bad. 5) Cross-promotion of, or links to, forums competitive to this forum in signatures are prohibited. NOTE : Don't ever post personal or confidential data in a workbook. Forum owners and members are not responsible for any loss. ------------------------------------------------------------------------------------------------------ To post to this group, send email to excel-macros@googlegroups.com