Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here is my problem...I need to calculate the age (using VBA) of an item,
however when my spreadsheet refreshes (importing data via web query) there are numerous date formats depending on when a user modified, closed, or adjusted the particular item. If the item is "acted on" (i.e. opened, closed, modified, etc.) in the seven days prior to my report then the date appears as DayofWeek Time (i.e. Wed 15:15). To complicate matters further, if the item is "acted on" during the day that I run my report then the date column contains the time of the action on the item (i.e. 7:16). The only other variable in this problem is "Status"...if the item is "Closed", I determine the age by calculating the difference between Column B then Column C, if it is not "Closed", then the age is determined by calculating the difference between Column B and now(). Examples: A B C D E Item Date Opened Date Closed/Changed Age of Item Status 1 01/01/08 02/01/08 30 Closed 2 08/06/08 Wed 15:15 ? 3 02/01/08 16:11 ? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating number of days including the start and end date | Excel Discussion (Misc queries) | |||
Calculating number of days including the start and end date | Excel Discussion (Misc queries) | |||
How to add 30 days to date in another column, including Sat/Sun? | Excel Worksheet Functions | |||
Conditional Formatting Dates calculating 10 days and 30 days from a certain date | Excel Worksheet Functions | |||
Calculating recurring date in following month, calculating # days in that period | Excel Worksheet Functions |