Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
As long as you are using Dates ... =B2-A2 HTH |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=B1-A1
format as general -- Regards, Peo Sjoblom wrote in message ... 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 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. " wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting Dates calculating 10 days and 30 days from a certain date | Excel Worksheet Functions | |||
Days per month for calculating storage days | Excel Worksheet Functions | |||
Can I count down days till an event? | Excel Discussion (Misc queries) | |||
calculating days | Excel Discussion (Misc queries) | |||
Calculating recurring date in following month, calculating # days in that period | Excel Worksheet Functions |