Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Joe
 
Posts: n/a
Default Please help - looking for a formula that can calculate the days

I am trying to find out if there is a way to perform the following task
using a formula:

(A) (B) (C)
Start date Completion date amount of days it is taking to
complete
06/13/06 06/15/06 2 days

I am not sure if this is possible but any assistance offered is truly
appreciated.

Regards,
Joe

  #2   Report Post  
Posted to microsoft.public.excel.misc
Mallycat
 
Posts: n/a
Default Please help - looking for a formula that can calculate the days


I assume you want to calculate the number of days between the 2 dates

Just subtract one from the other =B1-A1 and make sure the cell
containing the formula is formatted as General.

Matt


--
Mallycat
------------------------------------------------------------------------
Mallycat's Profile: http://www.excelforum.com/member.php...o&userid=35514
View this thread: http://www.excelforum.com/showthread...hreadid=553844

  #3   Report Post  
Posted to microsoft.public.excel.misc
Nikki
 
Posts: n/a
Default Please help - looking for a formula that can calculate the day

=NETWORKDAYS(B15,C15)
b15=start
c15=end date
this will give you 3 days because assumes working on 13, 14 & 15 but if you
still need 2 days you can subtract by 1,
=NETWORKDAYS(B15,C15)-1

"Mallycat" wrote:


I assume you want to calculate the number of days between the 2 dates

Just subtract one from the other =B1-A1 and make sure the cell
containing the formula is formatted as General.

Matt


--
Mallycat
------------------------------------------------------------------------
Mallycat's Profile: http://www.excelforum.com/member.php...o&userid=35514
View this thread: http://www.excelforum.com/showthread...hreadid=553844


  #4   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Please help - looking for a formula that can calculate the days

Joe wrote:
I am trying to find out if there is a way to perform the following task
using a formula:
(A) (B) (C)
Start date Completion date amount of days it is taking to
complete
06/13/06 06/15/06 2 days
I am not sure if this is possible but any assistance offered is truly
appreciated.


If the dates are in A3 and B3 respectively, did you try putting the
following in C3 (where you want 2):

=B3-A3

Note: You might need to explicitly set the format to Number with 0
decimal places (Format Cells).

If that does not work, I wonder if it is because you Date Language
format is not English.

By the way, in my book, if the start date is 6/13 and the end date is
6/15, the task took __3__ days. That formula would be:

=B3-A3+1

Arguably, it depends on the time of day for starting and ending. But
if you start on 6/13 and end on 6/13, wouldn't you say it took __1__
day, not zero days?

(I would, unless it took me less than 4 hours. Even then, I would
state a fraction of a day, not zero.)

  #5   Report Post  
Posted to microsoft.public.excel.misc
Joe
 
Posts: n/a
Default Please help - looking for a formula that can calculate the days

Thank you Matt. That was painless. :-)


Mallycat wrote:
I assume you want to calculate the number of days between the 2 dates

Just subtract one from the other =B1-A1 and make sure the cell
containing the formula is formatted as General.

Matt


--
Mallycat
------------------------------------------------------------------------
Mallycat's Profile: http://www.excelforum.com/member.php...o&userid=35514
View this thread: http://www.excelforum.com/showthread...hreadid=553844


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
Why would a pasted formula not calculate the new cell refs? Alison Excel Worksheet Functions 2 April 1st 06 09:55 PM
Formula to calculate number of days & ignore blank cells Mifty Excel Discussion (Misc queries) 7 February 13th 06 10:36 PM
Formula to calculate number of days between Dates themax16 Excel Worksheet Functions 2 October 21st 05 01:38 PM
Please help!! Vacation Accrual Formula MissNadine Excel Worksheet Functions 1 August 19th 05 02:32 AM
Vacation Accrual Formula MissNadine Excel Worksheet Functions 0 August 18th 05 04:02 AM


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

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

About Us

"It's about Microsoft Excel"