Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default how do i calculate the number of days between two dates?

If I have a start and stop date (inclusive) - how can I write a formula to
determine the total number of days?
Assuming A1 is start date, B1 is end date and C1=total days (inclusive).

This would be a big help!



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7,247
Default how do i calculate the number of days between two dates?


Use

=B1-A1+1

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)

On Tue, 24 Mar 2009 09:11:02 -0700, stumped-in-excel
wrote:

If I have a start and stop date (inclusive) - how can I write a formula to
determine the total number of days?
Assuming A1 is start date, B1 is end date and C1=total days (inclusive).

This would be a big help!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default how do i calculate the number of days between two dates?

You probably want this...

=B1-A1+1

--
Rick (MVP - Excel)


"stumped-in-excel" wrote in
message ...
If I have a start and stop date (inclusive) - how can I write a formula to
determine the total number of days?
Assuming A1 is start date, B1 is end date and C1=total days (inclusive).

This would be a big help!




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default how do i calculate the number of days between two dates?

C1=B1-A1+1 and format cells to number

"stumped-in-excel" wrote:

If I have a start and stop date (inclusive) - how can I write a formula to
determine the total number of days?
Assuming A1 is start date, B1 is end date and C1=total days (inclusive).

This would be a big help!



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
How to calculate the number of days between two dates Aiswarya Excel Discussion (Misc queries) 3 February 17th 09 11:42 AM
calculate number of days btw dates Nelson Excel Worksheet Functions 2 March 2nd 06 01:02 AM
Formula to calculate number of days between Dates themax16 Excel Worksheet Functions 2 October 21st 05 01:38 PM
Calculate number of days in a column of dates Barbara Excel Discussion (Misc queries) 3 May 25th 05 04:21 PM
Calculate number of days in a column of dates Barbara Excel Discussion (Misc queries) 8 May 25th 05 02:48 PM


All times are GMT +1. The time now is 02:18 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"