Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to calculate days remaining for contracts from today's date. The only
field I have is the expiration date for the contract. How can I do this? Thank you! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Brian
With the date in B1 for example use =B1-TODAY() Format the cell as general -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "brian" wrote in message ... I need to calculate days remaining for contracts from today's date. The only field I have is the expiration date for the contract. How can I do this? Thank you! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=TODAY()-A1
"brian" wrote: I need to calculate days remaining for contracts from today's date. The only field I have is the expiration date for the contract. How can I do this? Thank you! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The cell formatting is what did me in. Thanks so much.
"Teethless mama" wrote: =TODAY()-A1 "brian" wrote: I need to calculate days remaining for contracts from today's date. The only field I have is the expiration date for the contract. How can I do this? Thank you! |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=A2-TODAY()
A2=Expiration Date "brian" wrote: I need to calculate days remaining for contracts from today's date. The only field I have is the expiration date for the contract. How can I do this? Thank you! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Difference in two times over days | Excel Worksheet Functions | |||
i have two days and i want the difference in days, months, year | Excel Worksheet Functions | |||
charting a difference of 2 columns' w/o adding a difference column | Charts and Charting in Excel | |||
set a date in columns 7 days apart | Excel Worksheet Functions | |||
Date Difference On Working Days | Excel Worksheet Functions |