Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ok... heres what I need:
column A1 contains the date the letter was sent column A4 contains the date we received a response I need column A3 to automatically calculate the # of days until we receive a response. Here is the criteria: Must update based on function Today() so that we always have an updated # of days and once we receive a response I need it to stop calculating and freeze at the last number calculated. At the same time, if we haven't sent a letter I need the space to be blank. Is this possible? If so, does anyone have any ideas as to what might work?? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I think....this should work.
=IF(OR(A1="",A4<""),"",TODAY()-A1) "akemeny" wrote in message ... Ok... heres what I need: column A1 contains the date the letter was sent column A4 contains the date we received a response I need column A3 to automatically calculate the # of days until we receive a response. Here is the criteria: Must update based on function Today() so that we always have an updated # of days and once we receive a response I need it to stop calculating and freeze at the last number calculated. At the same time, if we haven't sent a letter I need the space to be blank. Is this possible? If so, does anyone have any ideas as to what might work?? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It worked perfectly. Thanks!
"Gaurav" wrote: I think....this should work. =IF(OR(A1="",A4<""),"",TODAY()-A1) "akemeny" wrote in message ... Ok... heres what I need: column A1 contains the date the letter was sent column A4 contains the date we received a response I need column A3 to automatically calculate the # of days until we receive a response. Here is the criteria: Must update based on function Today() so that we always have an updated # of days and once we receive a response I need it to stop calculating and freeze at the last number calculated. At the same time, if we haven't sent a letter I need the space to be blank. Is this possible? If so, does anyone have any ideas as to what might work?? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback.
"akemeny" wrote in message ... It worked perfectly. Thanks! "Gaurav" wrote: I think....this should work. =IF(OR(A1="",A4<""),"",TODAY()-A1) "akemeny" wrote in message ... Ok... heres what I need: column A1 contains the date the letter was sent column A4 contains the date we received a response I need column A3 to automatically calculate the # of days until we receive a response. Here is the criteria: Must update based on function Today() so that we always have an updated # of days and once we receive a response I need it to stop calculating and freeze at the last number calculated. At the same time, if we haven't sent a letter I need the space to be blank. Is this possible? If so, does anyone have any ideas as to what might work?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
macro or function help needed for adding columns for values missin | Excel Discussion (Misc queries) | |||
Establish detailed count function | Excel Discussion (Misc queries) | |||
HELP NEEDED FOR IF Function Inside a Macro | Excel Worksheet Functions | |||
Macro needed to Paste Values and prevent Macro operation | Excel Discussion (Misc queries) |