+ Reply to Thread
Results 1 to 3 of 3

change font color of cell based on critera

  1. #1
    Registered User
    Join Date
    11-12-2005
    Posts
    55

    Exclamation change font color of cell based on critera

    heloo
    suppose that i have 6 coloumns as follw

    1 2 3 4 5 6

    i want to change the font color of the third and forth column to red when the fifth and sixth column is not blank



    how can i do that in excel?

  2. #2
    Mike Fogleman
    Guest

    Re: change font color of cell based on critera

    With Conditional Formatting of the cells in columns 3 & 4, use Formula Is,
    and this formula:

    =AND(NOT(ISBLANK($E1)), NOT(ISBLANK($F1)))

    Set the format to Font colour Red.

    Mike F
    "amrezzat" <[email protected]> wrote in
    message news:[email protected]...
    >
    > heloo
    > suppose that i have 6 coloumns as follw
    >
    > 1 2 3 4 5 6
    >
    > i want to change the font color of the third and forth column to red
    > when the fifth and sixth column is not blank
    >
    >
    >
    > how can i do that in excel?
    >
    >
    > --
    > amrezzat
    > ------------------------------------------------------------------------
    > amrezzat's Profile:
    > http://www.excelforum.com/member.php...o&userid=28766
    > View this thread: http://www.excelforum.com/showthread...hreadid=486656
    >




  3. #3
    JE McGimpsey
    Guest

    Re: change font color of cell based on critera

    One way:

    Select the third and fourth column (say, C:D, with C1 active). Choose
    Format/Conditional Formatting:

    CF1: Formula is =COUNTA(E1:F1)<2
    Format1: <patterns>/<red>

    In article <[email protected]>,
    amrezzat <[email protected]> wrote:

    > heloo
    > suppose that i have 6 coloumns as follw
    >
    > 1 2 3 4 5 6
    >
    > i want to change the font color of the third and forth column to red
    > when the fifth and sixth column is not blank


+ 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