#1   Report Post  
Crusty
 
Posts: n/a
Default Counting days

Ok, so i have an idea about setting up a workbook but i am using calender
days and i need to have excel count those days. i.e 08/15/2005 - 08/20/2005 =
5 days. now it doesn't matter about weekends and bank holidays. but i do need
excel to be able to work out month changes.

Is this possible to do and how do you do it?
Extremely grateful

Rick
  #2   Report Post  
Niek Otten
 
Posts: n/a
Default

Hi Rick,

You can find all about calculating with dates he

http://www.cpearson.com/excel/datetime.htm#AddingDates

--
Kind regards,

Niek Otten

Microsoft MVP - Excel

"Crusty" wrote in message
...
Ok, so i have an idea about setting up a workbook but i am using calender
days and i need to have excel count those days. i.e 08/15/2005 -
08/20/2005 =
5 days. now it doesn't matter about weekends and bank holidays. but i do
need
excel to be able to work out month changes.

Is this possible to do and how do you do it?
Extremely grateful

Rick



  #3   Report Post  
Dodo
 
Posts: n/a
Default

?B?Q3J1c3R5?= wrote in
:

Ok, so i have an idea about setting up a workbook but i am using
calender days and i need to have excel count those days. i.e
08/15/2005 - 08/20/2005 = 5 days. now it doesn't matter about weekends
and bank holidays. but i do need excel to be able to work out month
changes.

Is this possible to do and how do you do it?
Extremely grateful

Rick


In cell1: 08/15/2005
In cell2: 08/20/2005
In cell3: =cell2-cell1
Format of cell3 is "Standard"

Replace "cell1" etc with the proper celladdresses.


--

It is I, DeauDeau
(Free after monsieur Leclerc in 'Allo, 'allo)
  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

Rick,

I am not clear on what you want to do.

The number of days between two dates is simply

=end_date - start_date

But what exactly do you mean by the bit about month changes? You can check
if different months with

=IF(MONTH(start_date)<MONTH(end_date),"changed"," ")

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Crusty" wrote in message
...
Ok, so i have an idea about setting up a workbook but i am using calender
days and i need to have excel count those days. i.e 08/15/2005 -

08/20/2005 =
5 days. now it doesn't matter about weekends and bank holidays. but i do

need
excel to be able to work out month changes.

Is this possible to do and how do you do it?
Extremely grateful

Rick



  #5   Report Post  
Rick, United Kingdom
 
Posts: n/a
Default

Thanks Bob for replying, but i got to the solution i needed. I "thought" I
needed to be careful of the length of each month as they are all different in
days. (As we all know) but as it turns out the formula that I am using it not
requiued to watch out for specific months.
It's kind of hard to explain i hope this helps you but thanks again anyway.
p.s i have stored you handy "if" formula. never know when it might come in
handy! :)

"Bob Phillips" wrote:

Rick,

I am not clear on what you want to do.

The number of days between two dates is simply

=end_date - start_date

But what exactly do you mean by the bit about month changes? You can check
if different months with

=IF(MONTH(start_date)<MONTH(end_date),"changed"," ")

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Crusty" wrote in message
...
Ok, so i have an idea about setting up a workbook but i am using calender
days and i need to have excel count those days. i.e 08/15/2005 -

08/20/2005 =
5 days. now it doesn't matter about weekends and bank holidays. but i do

need
excel to be able to work out month changes.

Is this possible to do and how do you do it?
Extremely grateful

Rick




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
Counting work days Hausma Excel Discussion (Misc queries) 1 April 10th 05 10:13 PM
Counting days tinkertron Excel Worksheet Functions 5 April 7th 05 08:11 AM
counting days Anthony Excel Discussion (Misc queries) 4 February 3rd 05 09:08 PM
Counting days worked anonymous person Excel Worksheet Functions 3 January 22nd 05 07:29 PM
Counting days and Configurations together Kevin M Excel Worksheet Functions 2 January 5th 05 07:11 PM


All times are GMT +1. The time now is 04:41 PM.

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"