+ Reply to Thread
Results 1 to 3 of 3

Highlight empty cell in column C once column A in same row has date entered

  1. #1
    Registered User
    Join Date
    04-14-2011
    Location
    liverpool, england
    MS-Off Ver
    Excel 2003
    Posts
    16

    Question Highlight empty cell in column C once column A in same row has date entered

    How can I highlight any empty cells in column C? I want these cells only to be highlighted if column A on the same row has a date input into the cell.

    The spread sheet will be continually added to and I dont want any empty cells in column C that dont have a date in column A to be highlighted. Obviously once a date is added the empty cell will become highlighted until filled with data.

    Hope that makes sense.

    Im only just discovering the power of excel so have virtually no experience.
    Last edited by glyndennett; 04-14-2011 at 11:18 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Highlight empty cell in column C once column A in same row has date entered

    Select Column C and go to Format|Conditional Formatting, select Formula Is from the 1st drop down and enter formula:

    =AND($C1="",$A1<>"")

    Click format and choose from Pattern tab
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    04-14-2011
    Location
    liverpool, england
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Highlight empty cell in column C once column A in same row has date entered

    Quote Originally Posted by NBVC View Post
    Select Column C and go to Format|Conditional Formatting, select Formula Is from the 1st drop down and enter formula:

    =AND($C1="",$A1<>"")

    Click format and choose from Pattern tab
    Mant thanks, Works great.

+ 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