ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Date Function (https://www.excelbanter.com/excel-worksheet-functions/203807-date-function.html)

HARSHAWARDHAN. S .SHASTRI[_2_]

Date Function
 

I have a work sheet in which column A is having "Recd On" (Date). column B
is having "Dispatch On" (Date). If there is no holiday Dispatch On date =
Recd On Date +3 . Column H is having list of dates on which there is holiday.
What i want is a formula which will give me Dispatch Date which is not a
holiday. For example if recd date is 24/09/2008 and there is holiday on
27/9/08,28/9/08,30/9/08 then Dispatch Date should be 01/10/08.

Harshawardhan.Shastri

India


Mike H

Date Function
 
try this,

Add 3 working days to a1. Holidays is a named range that contains any
national holidays
=WORKDAY(A1,3,Holidays)

Mike

"HARSHAWARDHAN. S .SHASTRI" wrote:


I have a work sheet in which column A is having "Recd On" (Date). column B
is having "Dispatch On" (Date). If there is no holiday Dispatch On date =
Recd On Date +3 . Column H is having list of dates on which there is holiday.
What i want is a formula which will give me Dispatch Date which is not a
holiday. For example if recd date is 24/09/2008 and there is holiday on
27/9/08,28/9/08,30/9/08 then Dispatch Date should be 01/10/08.

Harshawardhan.Shastri

India


Peo Sjoblom[_2_]

Date Function
 
Look at the WORKDAY function, you obviously need to create a list of public
holidays and incorporate it
in the formula


=WORKDAY(A1,3,holidays)

where A1 is the date, 3 is the number of days and holidays can be a named
range with public holidays or just a range e.g. H2:H10

Unless you are using Excel 2007 WORKDAY is not installed by default but it
comes with the Excel/Office CD
so if you get a name error go to toolsadd-ins and select Analysis ToolPak
and follow the instructions (keep the CD handy)

--


Regards,


Peo Sjoblom

"HARSHAWARDHAN. S .SHASTRI"
wrote in message
...

I have a work sheet in which column A is having "Recd On" (Date). column B
is having "Dispatch On" (Date). If there is no holiday Dispatch On date =
Recd On Date +3 . Column H is having list of dates on which there is
holiday.
What i want is a formula which will give me Dispatch Date which is not a
holiday. For example if recd date is 24/09/2008 and there is holiday on
27/9/08,28/9/08,30/9/08 then Dispatch Date should be 01/10/08.

Harshawardhan.Shastri

India




HARSHAWARDHAN. S .SHASTRI[_2_]

Date Function
 
It does not works.Showing #NAME?.This formula (Workday) is not there in
function list.

Harshawardhan Shastri

================================================== =========

"Mike H" wrote:

try this,

Add 3 working days to a1. Holidays is a named range that contains any
national holidays
=WORKDAY(A1,3,Holidays)

Mike

"HARSHAWARDHAN. S .SHASTRI" wrote:


I have a work sheet in which column A is having "Recd On" (Date). column B
is having "Dispatch On" (Date). If there is no holiday Dispatch On date =
Recd On Date +3 . Column H is having list of dates on which there is holiday.
What i want is a formula which will give me Dispatch Date which is not a
holiday. For example if recd date is 24/09/2008 and there is holiday on
27/9/08,28/9/08,30/9/08 then Dispatch Date should be 01/10/08.

Harshawardhan.Shastri

India


Peo Sjoblom[_2_]

Date Function
 
You need Analysis ToolPak installed, see my answer to you

--


Regards,


Peo Sjoblom

"HARSHAWARDHAN. S .SHASTRI"
wrote in message
...
It does not works.Showing #NAME?.This formula (Workday) is not there in
function list.

Harshawardhan Shastri

================================================== =========

"Mike H" wrote:

try this,

Add 3 working days to a1. Holidays is a named range that contains any
national holidays
=WORKDAY(A1,3,Holidays)

Mike

"HARSHAWARDHAN. S .SHASTRI" wrote:


I have a work sheet in which column A is having "Recd On" (Date).
column B
is having "Dispatch On" (Date). If there is no holiday Dispatch On date
=
Recd On Date +3 . Column H is having list of dates on which there is
holiday.
What i want is a formula which will give me Dispatch Date which is not
a
holiday. For example if recd date is 24/09/2008 and there is holiday on
27/9/08,28/9/08,30/9/08 then Dispatch Date should be 01/10/08.

Harshawardhan.Shastri

India




David Biddulph[_2_]

Date Function
 
I can heartily recommend the use of the Excel help function. Type in the
word WORKDAY, and see what it tells you.
--
David Biddulph

"HARSHAWARDHAN. S .SHASTRI"
wrote in message
...
It does not works.Showing #NAME?.This formula (Workday) is not there in
function list.

Harshawardhan Shastri

================================================== =========

"Mike H" wrote:

try this,

Add 3 working days to a1. Holidays is a named range that contains any
national holidays
=WORKDAY(A1,3,Holidays)

Mike

"HARSHAWARDHAN. S .SHASTRI" wrote:


I have a work sheet in which column A is having "Recd On" (Date).
column B
is having "Dispatch On" (Date). If there is no holiday Dispatch On date
=
Recd On Date +3 . Column H is having list of dates on which there is
holiday.
What i want is a formula which will give me Dispatch Date which is not
a
holiday. For example if recd date is 24/09/2008 and there is holiday on
27/9/08,28/9/08,30/9/08 then Dispatch Date should be 01/10/08.

Harshawardhan.Shastri

India




David Biddulph[_2_]

Date Function
 
It didn't look as though the OP wanted to skip weekend dates, but we shall
await a response.
--
David Biddulph

"Mike H" wrote in message
...
try this,

Add 3 working days to a1. Holidays is a named range that contains any
national holidays
=WORKDAY(A1,3,Holidays)

Mike

"HARSHAWARDHAN. S .SHASTRI" wrote:


I have a work sheet in which column A is having "Recd On" (Date). column
B
is having "Dispatch On" (Date). If there is no holiday Dispatch On date =
Recd On Date +3 . Column H is having list of dates on which there is
holiday.
What i want is a formula which will give me Dispatch Date which is not a
holiday. For example if recd date is 24/09/2008 and there is holiday on
27/9/08,28/9/08,30/9/08 then Dispatch Date should be 01/10/08.

Harshawardhan.Shastri

India





All times are GMT +1. The time now is 11:38 PM.

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