Calculating days since a particular event

  • Thread starter Thread starter awbeck01
  • Start date Start date
A

awbeck01

Is there a way to automatically calculate days since a particular date
(event)?
For example, if X event (in column A) happened on 1/1/06 and Y event
(in column B) happened on 10/14/07, how do I make column C = the
number of days between X and Y (column A and B)?

Thanks
 
if column A and B are both formatted as dates:
=B2-A2
Format the result cell (C2) as General or Number.

Dates are actually stored as numbers that are incremented by 1 for each day,
so subtracting one date from another will always give you a number of days.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top