Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
LSG LSG is offline
external usenet poster
 
Posts: 16
Default counting function with weekdays only

I need a formula to show this result : The 3rd business (weekdays only) day
after an application is taken.

Can anyone help?


--
-Liz
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default counting function with weekdays only

Try this...

A1 = some date

=WORKDAY(A1,3)

Format as Date

Note that the WORKDAY function requires the Analysis ToolPak add-in be
installed if you're using a version of Excel prior to Excel 2007. If you
enter the formula and get a #NAME? error look in Excel help for the WORKDAY
function. It'll tell you how to fix the problem.

--
Biff
Microsoft Excel MVP


"LSG" wrote in message
...
I need a formula to show this result : The 3rd business (weekdays only)
day
after an application is taken.

Can anyone help?


--
-Liz



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default counting function with weekdays only

Liz,

With your order date in a1 try this formatted as a date

=WORKDAY(A1,3)

Note the formula can take a third argument

=WORKDAY(A1,3,Holidays)

Where Holidays is a named range of holiday dates you want to ignore

Note the
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"LSG" wrote:

I need a formula to show this result : The 3rd business (weekdays only) day
after an application is taken.

Can anyone help?


--
-Liz

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
LSG LSG is offline
external usenet poster
 
Posts: 16
Default counting function with weekdays only

It works perfect! Thanks!
--
-Liz


"T. Valko" wrote:

Try this...

A1 = some date

=WORKDAY(A1,3)

Format as Date

Note that the WORKDAY function requires the Analysis ToolPak add-in be
installed if you're using a version of Excel prior to Excel 2007. If you
enter the formula and get a #NAME? error look in Excel help for the WORKDAY
function. It'll tell you how to fix the problem.

--
Biff
Microsoft Excel MVP


"LSG" wrote in message
...
I need a formula to show this result : The 3rd business (weekdays only)
day
after an application is taken.

Can anyone help?


--
-Liz



.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
LSG LSG is offline
external usenet poster
 
Posts: 16
Default counting function with weekdays only

Didn't even think of the holidays. Thanks Mike!
--
-Liz


"Mike H" wrote:

Liz,

With your order date in a1 try this formatted as a date

=WORKDAY(A1,3)

Note the formula can take a third argument

=WORKDAY(A1,3,Holidays)

Where Holidays is a named range of holiday dates you want to ignore

Note the
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"LSG" wrote:

I need a formula to show this result : The 3rd business (weekdays only) day
after an application is taken.

Can anyone help?


--
-Liz



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default counting function with weekdays only

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"LSG" wrote in message
...
It works perfect! Thanks!
--
-Liz


"T. Valko" wrote:

Try this...

A1 = some date

=WORKDAY(A1,3)

Format as Date

Note that the WORKDAY function requires the Analysis ToolPak add-in be
installed if you're using a version of Excel prior to Excel 2007. If you
enter the formula and get a #NAME? error look in Excel help for the
WORKDAY
function. It'll tell you how to fix the problem.

--
Biff
Microsoft Excel MVP


"LSG" wrote in message
...
I need a formula to show this result : The 3rd business (weekdays only)
day
after an application is taken.

Can anyone help?


--
-Liz



.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Weekdays Kerryn Excel Discussion (Misc queries) 7 July 5th 08 01:56 AM
counting function but not double counting duplicates JRD Excel Worksheet Functions 2 November 7th 07 06:43 PM
Weekdays only! rexmann Excel Discussion (Misc queries) 2 August 14th 07 02:52 PM
Number of Weekdays Vicki Excel Worksheet Functions 3 May 22nd 06 11:38 PM
Weekdays Jeff Excel Discussion (Misc queries) 7 February 15th 05 12:18 AM


All times are GMT +1. The time now is 09:33 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"