![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 43
|
Help! I've got two columns of dates, the first is the registered date and the second is the admitted date. I need to find out the amount of days between them (the difference).
I've tried using the function DAYS360 but this miss calulates obviously because I need 365 days. I've also found DATEDIF but I can't figure out how to use it. HELP! [ This Message was edited by: Frankie needs HELP on 2002-04-04 11:09 ] |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
=B2-A2 |
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Apr 2002
Posts: 113
|
Just subtract one date from the other - make sure the formula cell is formatted as number type with no decimals.
|
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
If registered date is in A1 If Admitted date is in B1 C1=B1-A1 Make sure format is general... Tom |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|