Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Is there a function that I can set up to notify me when a contract expires?
I use an Excel spreadsheet to track contracts and insurance certificates and dates and so on. I was thinking there should be a way to produce a notification when a certain cell with a date entered expires - make sense? Thank you |
#2
![]() |
|||
|
|||
![]()
If your dates start in A1, put this in B1 and drag down:
=IF(A1<TODAY(),"Expired Contract","") -- Regards, Dave "Striving for efficiency" wrote: Is there a function that I can set up to notify me when a contract expires? I use an Excel spreadsheet to track contracts and insurance certificates and dates and so on. I was thinking there should be a way to produce a notification when a certain cell with a date entered expires - make sense? Thank you |
#3
![]() |
|||
|
|||
![]()
I never was good with IF statements...can you explain this? I get confussed
with all of the punctuations: () "," thank you "David Billigmeier" wrote: If your dates start in A1, put this in B1 and drag down: =IF(A1<TODAY(),"Expired Contract","") -- Regards, Dave "Striving for efficiency" wrote: Is there a function that I can set up to notify me when a contract expires? I use an Excel spreadsheet to track contracts and insurance certificates and dates and so on. I was thinking there should be a way to produce a notification when a certain cell with a date entered expires - make sense? Thank you |
#4
![]() |
|||
|
|||
![]()
Check the help menu for an in depth explanation of it, basically:
=IF(condition_you_want_to_test , value_if_true , value_if_false) -- Regards, Dave "Striving for efficiency" wrote: I never was good with IF statements...can you explain this? I get confussed with all of the punctuations: () "," thank you "David Billigmeier" wrote: If your dates start in A1, put this in B1 and drag down: =IF(A1<TODAY(),"Expired Contract","") -- Regards, Dave "Striving for efficiency" wrote: Is there a function that I can set up to notify me when a contract expires? I use an Excel spreadsheet to track contracts and insurance certificates and dates and so on. I was thinking there should be a way to produce a notification when a certain cell with a date entered expires - make sense? Thank you |
#5
![]() |
|||
|
|||
![]()
I tried to take my arguement further and an error window popped up explaining
too many arguments. I got my cell to come back with "Expired Contract", what do I add to this formula to come back blank if it is false or if there is no data? Thank you!! "David Billigmeier" wrote: Check the help menu for an in depth explanation of it, basically: =IF(condition_you_want_to_test , value_if_true , value_if_false) -- Regards, Dave "Striving for efficiency" wrote: I never was good with IF statements...can you explain this? I get confussed with all of the punctuations: () "," thank you "David Billigmeier" wrote: If your dates start in A1, put this in B1 and drag down: =IF(A1<TODAY(),"Expired Contract","") -- Regards, Dave "Striving for efficiency" wrote: Is there a function that I can set up to notify me when a contract expires? I use an Excel spreadsheet to track contracts and insurance certificates and dates and so on. I was thinking there should be a way to produce a notification when a certain cell with a date entered expires - make sense? Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel 4.0 macro remover tool | Excel Discussion (Misc queries) | |||
Excel 2003 - Linked Items | Excel Discussion (Misc queries) | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) | |||
Difference in number of Excel NewsGroups | Excel Discussion (Misc queries) | |||
Auto Email from Excel doesn't appear in Sent Items | Excel Discussion (Misc queries) |