ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   BUSINESS DAYS - Need function that will list next 3 business days. (https://www.excelbanter.com/excel-programming/383085-business-days-need-function-will-list-next-3-business-days.html)

Jay CFA

BUSINESS DAYS - Need function that will list next 3 business days.
 
This seems simple but I can't seem to figure out how to do it.

In a worksheet I have a cell into which today's date is entered automatically.
Using =Now()

I want excel to give me the next three business days (i.e. next 3 days
excluding holidays and weekends)

For example if today is Thursday 2/15, I want it to give me
Friday 2/16
Monday 2/19
Tuesday 2/20.

Any bright ideas?
Monday 2/

NickHK

BUSINESS DAYS - Need function that will list next 3 business days.
 
How do you know the holidays ?
e.g. Monday & Tuesday are holidays for me in HK.

Weekday( ) can tell the day of the week.

NickHK

"Jay CFA" <Jay wrote in message
...
This seems simple but I can't seem to figure out how to do it.

In a worksheet I have a cell into which today's date is entered

automatically.
Using =Now()

I want excel to give me the next three business days (i.e. next 3 days
excluding holidays and weekends)

For example if today is Thursday 2/15, I want it to give me
Friday 2/16
Monday 2/19
Tuesday 2/20.

Any bright ideas?
Monday 2/




Robert

BUSINESS DAYS - Need function that will list next 3 business days.
 
If your original date is A1 in B1 =WORKDAY(A1,1)
in B2 =WORKDAY(A1,2)
in B3 =WORKDAY(A1,3)

(from this ng)
--
Robert


"Jay CFA" wrote:

This seems simple but I can't seem to figure out how to do it.

In a worksheet I have a cell into which today's date is entered automatically.
Using =Now()

I want excel to give me the next three business days (i.e. next 3 days
excluding holidays and weekends)

For example if today is Thursday 2/15, I want it to give me
Friday 2/16
Monday 2/19
Tuesday 2/20.

Any bright ideas?
Monday 2/


Bob Phillips

BUSINESS DAYS - Need function that will list next 3 business days.
 
Don't forget the holidays

=WORKDAY(A1,1,holidays)

where holidays is named range of holiday dates.

--
HTH

Bob Phillips

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Robert" wrote in message
...
If your original date is A1 in B1 =WORKDAY(A1,1)
in B2 =WORKDAY(A1,2)
in B3 =WORKDAY(A1,3)

(from this ng)
--
Robert


"Jay CFA" wrote:

This seems simple but I can't seem to figure out how to do it.

In a worksheet I have a cell into which today's date is entered

automatically.
Using =Now()

I want excel to give me the next three business days (i.e. next 3 days
excluding holidays and weekends)

For example if today is Thursday 2/15, I want it to give me
Friday 2/16
Monday 2/19
Tuesday 2/20.

Any bright ideas?
Monday 2/





All times are GMT +1. The time now is 01:53 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com