+ Reply to Thread
Results 1 to 10 of 10

Alert on date passed

  1. #1
    Registered User
    Join Date
    07-01-2006
    Posts
    40

    Alert on date passed

    can I be alerted somehow when a certain date passes? For instance in a range G11-G10000, dates are entered, if the date entered is Oct / 22 I want some sort of a warning 30 days from now. If that cell can be highlighted somehow or text color changed that would be great but an alert box could also do if nothing else is possible.

    thanks

  2. #2
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    Use Format Conditional Formatting
    Cell Value Is
    greater than
    =TODAY()+30
    Format Patterns Yellow
    OK twice ...

    That's it ...

    HTH
    Carim

  3. #3
    Registered User
    Join Date
    07-01-2006
    Posts
    40
    i have my cell formated as custom (mmm / d)...

    i assign Conditional Formatting and it's not sowing any changes, is there anything else that has to be done. I format the cell as you describe, enter a date in the past (more than 30 days) and I see no changes

  4. #4
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    Watch out with your test ...
    It is related to today()+30, so enter a test date in the future ...

    HTH
    Carim

  5. #5
    Registered User
    Join Date
    07-01-2006
    Posts
    40
    when I use "Cell Value Is" it doesn't work, (non-dates actaully change formatting but not dates)
    when I use "Formula Is" it highlights everything

    eiher way makes no sense...

  6. #6
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    well,

    May be you need just 30 days difference ...

    Use Format Conditional Formatting
    Cell Value Is
    greater than
    =A1+30 ' make sure A1 is replaced by cell you are testing ....
    Format Patterns Yellow
    OK twice ...

    HTH
    Carim

  7. #7
    Registered User
    Join Date
    07-01-2006
    Posts
    40
    i got to the bottom of what is not working but I need your help to fix it

    what you said first time worked =TODAY()+30

    but instead of TODAY it has to take under consideration the date that is already entered in the cell, ie. if it's filled with Jul/14, 30 days past that day the field should change formating

  8. #8
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,


    You are right ... that is the reason why in my previous post I am telling you
    to change the formula from =today()+30 to =yourcell + 30 ...
    your cell being the cell you are located on ...

    HTH
    Cheers
    Carim

  9. #9
    Registered User
    Join Date
    07-01-2006
    Posts
    40
    Quote Originally Posted by Carim
    You are right ... that is the reason why in my previous post I am telling you
    to change the formula from =today()+30 to =yourcell + 30 ...
    your cell being the cell you are located on ...
    what if the "mycell" is a dynamic thing and can be something else everytime?
    can it somehow take whatever is in the cell alraedy as source data and apply the formula to that?

  10. #10
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Yes ...
    Copying with Format Painter adjusts formula automatically ... !!!

    Carim

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1