+ Reply to Thread
Results 1 to 3 of 3

Install dates formating using conditional formating?

  1. #1
    Registered User
    Join Date
    05-25-2004
    Posts
    2

    Install dates formating using conditional formating?

    I have 2 cells (A1 and A2). I would like to have the following take place.

    1. If I place a date that is either past or withinthe next 30 days into A2 format the text as red.

    2. If I place any date into cell A1, I need A2 to say N/A.

    I have been able to do #1 using conditional formating but am stuck on #2.


    Can anyone help?


    Thanks

  2. #2
    Peo Sjoblom
    Guest

    Re: Install dates formating using conditional formating?

    Dates are just formatted numbers so there is no way of really testing for a
    date except

    =IF(ISNUMBER(A1),NA(),"Something else")

    --

    Regards,

    Peo Sjoblom

    "Jerry Eggleston"
    <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have 2 cells (A1 and A2). I would like to have the following take
    > place.
    >
    > 1. If I place a date that is either past or withinthe next 30 days
    > into A2 format the text as red.
    >
    > 2. If I place any date into cell A1, I need A2 to say N/A.
    >
    > I have been able to do #1 using conditional formating but am stuck on
    > #2.
    >
    >
    > Can anyone help?
    >
    >
    > Thanks
    >
    >
    > --
    > Jerry Eggleston
    > ------------------------------------------------------------------------
    > Jerry Eggleston's Profile:

    http://www.excelforum.com/member.php...fo&userid=9898
    > View this thread: http://www.excelforum.com/showthread...hreadid=483552
    >




  3. #3
    Registered User
    Join Date
    05-25-2004
    Posts
    2
    Thanks for the help

    I find that if I place the suggested formula in cell A2 it follows the status of A1. however I need to place a date into cell A2 but if there is a date in A1 then A@ should automatically change to N/A.

    Should I be putting the formula into the conditional formatting area?
    Last edited by Jerry Eggleston; 11-09-2005 at 01:52 PM.

+ 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