Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On a spreadsheet where we enter issues that arise we enter the current date.
This is supposed to populate a column that tells us how many days the issue has been on the list. It is not doing this anymore. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try restoring your field with the DAYS360 function.
Hope this helps, -Chad "Zach" wrote: On a spreadsheet where we enter issues that arise we enter the current date. This is supposed to populate a column that tells us how many days the issue has been on the list. It is not doing this anymore. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How?
"Chad" wrote: Try restoring your field with the DAYS360 function. Hope this helps, -Chad "Zach" wrote: On a spreadsheet where we enter issues that arise we enter the current date. This is supposed to populate a column that tells us how many days the issue has been on the list. It is not doing this anymore. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assume your date of the issue is in cell A1 then:
=DAYS360(A1,TODAY()) This will return the # of days between the date in cell A1 and today. -Chad "Zach" wrote: How? "Chad" wrote: Try restoring your field with the DAYS360 function. Hope this helps, -Chad "Zach" wrote: On a spreadsheet where we enter issues that arise we enter the current date. This is supposed to populate a column that tells us how many days the issue has been on the list. It is not doing this anymore. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
DAYS360() is a financial function and will not return accurately the number of days between two dates. Use =TODAY()-A1 where A1 holds the date when the issue arose -- Regards Roger Govier "Chad" wrote in message ... Assume your date of the issue is in cell A1 then: =DAYS360(A1,TODAY()) This will return the # of days between the date in cell A1 and today. -Chad "Zach" wrote: How? "Chad" wrote: Try restoring your field with the DAYS360 function. Hope this helps, -Chad "Zach" wrote: On a spreadsheet where we enter issues that arise we enter the current date. This is supposed to populate a column that tells us how many days the issue has been on the list. It is not doing this anymore. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatic Population? | Excel Worksheet Functions | |||
Date Population | Excel Worksheet Functions | |||
Population % change | Setting up and Configuration of Excel | |||
Can I have automatic cell population while using combo list? | Excel Discussion (Misc queries) | |||
Automatic cell population | Excel Discussion (Misc queries) |