Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
i have a long conditional IF formula that results in different dates in a
specific column. the next column has todays date as =NOW(). my question is how can i write a formula to subtract the date that results from the formula. the formula date range is in column a. the current date is in column b. id like the results in column c. thanks in advance |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Outbacker wrote:
i have a long conditional IF formula that results in different dates in a specific column. the next column has todays date as =NOW(). my question is how can i write a formula to subtract the date that results from the formula. the formula date range is in column a. the current date is in column b. id like the results in column c. thanks in advance Just type the difference. For example in C2 you will have: =B2- A2 If you don't need current time, my suggestion is to use TODAY() instead of NOW(). Remember to format column C as General or as Number because Excel will format as Date... -- Hope I helped you. Thanks in advance for your feedback. Ciao Franz Verga from Italy |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=B2-A2
and format as general -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Outbacker" wrote in message ... i have a long conditional IF formula that results in different dates in a specific column. the next column has todays date as =NOW(). my question is how can i write a formula to subtract the date that results from the formula. the formula date range is in column a. the current date is in column b. id like the results in column c. thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Subtracting Dates | Excel Discussion (Misc queries) | |||
Need to pull current dates from list w/many dates | Excel Discussion (Misc queries) | |||
need to convert list of dates to count no. of dates by week | Excel Worksheet Functions | |||
2 digit year in dates return 19xx not 20xx | Excel Discussion (Misc queries) | |||
Subtracting dates? | Excel Worksheet Functions |