Advanced Date Functions

E

enright_m

You should have date functions that can return business days.

Example

01/FBD/2005 -> would return the first business day in January

12/LBD/2005 -> would return the last business day in December

06/LBD-1/2005 -> would return the second last business in June

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...dg=microsoft.public.excel.worksheet.functions
 
D

Don Guillett

This could be done with a UDF.

--
Don Guillett
SalesAid Software
[email protected]
enright_m said:
You should have date functions that can return business days.

Example

01/FBD/2005 -> would return the first business day in January

12/LBD/2005 -> would return the last business day in December

06/LBD-1/2005 -> would return the second last business in June

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/office/com...dg=microsoft.public.excel.worksheet.functions
 
Top