Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 109
Default How to Determine the 3 of days between two dates

Have to determine the number of days between two dates

exmple: 1/1/98 and 3/31/98 = #days

Thanks
--
Helping Is always a good thing
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 812
Default How to Determine the 3 of days between two dates

one way is to use the Int() worksheet function.
A1: 1/15/2007
A2: 1/30/2007
B2: = INT(A2-A1)

Merjet

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default How to Determine the 3 of days between two dates

If in different cells, simply subtract one from the other

--
Don Guillett
SalesAid Software

"QuietMan" wrote in message
...
Have to determine the number of days between two dates

exmple: 1/1/98 and 3/31/98 = #days

Thanks
--
Helping Is always a good thing



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default How to Determine the 3 of days between two dates

And format as General, not as Date (which is what Excel does automatically)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Don Guillett" wrote in message ...
| If in different cells, simply subtract one from the other
|
| --
| Don Guillett
| SalesAid Software
|
| "QuietMan" wrote in message
| ...
| Have to determine the number of days between two dates
|
| exmple: 1/1/98 and 3/31/98 = #days
|
| Thanks
| --
| Helping Is always a good thing
|
|


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
Calc days between two dates and exclude leap year days scoz Excel Worksheet Functions 5 November 23rd 07 03:58 PM
Conditional Formatting Dates calculating 10 days and 30 days from a certain date Sioux[_2_] Excel Worksheet Functions 2 October 11th 07 02:04 PM
Calculation to determine days between two dates Dubleaa Excel Worksheet Functions 3 March 17th 05 03:27 AM
Range of dates determine days DNSNIDER Excel Worksheet Functions 2 December 24th 04 03:07 AM
Calculating # of busn days, not just calendar days, between 2 dates? StargateFanFromWork Excel Programming 1 June 29th 04 08:31 PM


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