formula to obtain difference between two dates.

O

Onkar Raut

i need a formula/function to calculate the difference between two dates in
microsoft excel worksheet.
 
T

Toppers

=(EndDate-Startdate) and format cell as General [or Custom=>d] to give
difference in days.

=(B1-A1) where B1=17/06/2006 and A1 = 0106/2006 will produce result of 16

HTH
 
P

Peter from Novartis

See the "Designate valid cell entries" in the Help.
The function lets you to select a list of menu entries - in the Help there
is a whole host of options.

Toppers píše:
=(EndDate-Startdate) and format cell as General [or Custom=>d] to give
difference in days.

=(B1-A1) where B1=17/06/2006 and A1 = 0106/2006 will produce result of 16

HTH

Onkar Raut said:
i need a formula/function to calculate the difference between two dates in
microsoft excel worksheet.
 
Top