Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Striving for efficiency
 
Posts: n/a
Default How do I set up a notification for expired items in Excel?

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   Report Post  
David Billigmeier
 
Posts: n/a
Default How do I set up a notification for expired items in Excel?

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   Report Post  
Striving for efficiency
 
Posts: n/a
Default How do I set up a notification for expired items in Excel?

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   Report Post  
David Billigmeier
 
Posts: n/a
Default How do I set up a notification for expired items in Excel?

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   Report Post  
Striving for efficiency
 
Posts: n/a
Default How do I set up a notification for expired items in Excel?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
excel 4.0 macro remover tool Sachin Shah Excel Discussion (Misc queries) 0 August 25th 05 04:14 AM
Excel 2003 - Linked Items skcaton Excel Discussion (Misc queries) 0 August 17th 05 02:50 PM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM
Difference in number of Excel NewsGroups Hari Prasadh Excel Discussion (Misc queries) 1 January 25th 05 11:32 AM
Auto Email from Excel doesn't appear in Sent Items WimR Excel Discussion (Misc queries) 1 January 6th 05 12:18 AM


All times are GMT +1. The time now is 09:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"