Days between 2 Dates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want a fcn that gives the no. of days between 2 dates, like DAYS360 but exact. I tried making one using DATEVALUE but that doesn't accept cell references, only typed dates.
 
A1 11/27/03
A2 11/15/03
A3 = A1-A2 displays -->> 15

Thor said:
I want a fcn that gives the no. of days between 2 dates, like DAYS360 but
exact. I tried making one using DATEVALUE but that doesn't accept cell
references, only typed dates.
 
Thor,

You can simply subtract one date from another, and format the
result as General or numeric, to return the number of days
between two dates.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


Thor said:
I want a fcn that gives the no. of days between 2 dates, like
DAYS360 but exact. I tried making one using DATEVALUE but that
doesn't accept cell references, only typed dates.
 
-->> 15??

Tilt!<g>

Gord

A1 11/27/03
A2 11/15/03
A3 = A1-A2 displays -->> 15


exact. I tried making one using DATEVALUE but that doesn't accept cell
references, only typed dates.
 
Thanks, guys!
-----Original Message-----
Thor,

You can simply subtract one date from another, and format the
result as General or numeric, to return the number of days
between two dates.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


dates, like
DAYS360 but exact. I tried making one using DATEVALUE but that
doesn't accept cell references, only typed dates.


.
 
Back
Top