+ Reply to Thread
Results 1 to 3 of 3

Turning a row color to "yellow" if one date field is greater than another.

  1. #1
    Ray Stevens
    Guest

    Turning a row color to "yellow" if one date field is greater than another.

    I would like to automatically turn a row color to yellow if the current date
    is greater than a "needed by" date column. What is the best way to do this?



  2. #2
    Guest

    Re: Turning a row color to "yellow" if one date field is greater than another.

    Hi

    Select the rows necessary and then go to Format/Conditional Formatting. If
    your 'needed by' date is in column D use 'Formula Is' and then in the box
    type:
    =$D1=today()

    Hope this helps.
    Andy.

    "Ray Stevens" <nfr@nospam.com> wrote in message
    news:umTvfnURGHA.4976@TK2MSFTNGP11.phx.gbl...
    >I would like to automatically turn a row color to yellow if the current
    >date is greater than a "needed by" date column. What is the best way to do
    >this?
    >




  3. #3
    Guest

    Re: Turning a row color to "yellow" if one date field is greater than another.

    Sorry - that's if column D equals today.
    Try this:
    =today()>$D1
    Don't forget to set a pattern fill too!

    Andy.

    <AndyB> wrote in message news:OHqXtxURGHA.336@TK2MSFTNGP12.phx.gbl...
    > Hi
    >
    > Select the rows necessary and then go to Format/Conditional Formatting. If
    > your 'needed by' date is in column D use 'Formula Is' and then in the box
    > type:
    > =$D1=today()
    >
    > Hope this helps.
    > Andy.
    >
    > "Ray Stevens" <nfr@nospam.com> wrote in message
    > news:umTvfnURGHA.4976@TK2MSFTNGP11.phx.gbl...
    >>I would like to automatically turn a row color to yellow if the current
    >>date is greater than a "needed by" date column. What is the best way to do
    >>this?
    >>

    >
    >




+ 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