+ Reply to Thread
Results 1 to 3 of 3

Issue in Conditional Formating

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    09-10-2011
    Location
    Chicago
    MS-Off Ver
    Excel 2007
    Posts
    176

    Issue in Conditional Formating

    Hello,

    This may be basic question but I am unable to figure it out .

    I am trying to apply conditional formating as in attached sheet. I have data in Column A & Column B, if Column B is zero then it should change color in Column A. It is working fine but if I have any empty cells in between in Column A, it is applying the Conditional Formating even to the blank cells (Which I dont want).

    Please help me in getting this resolved.

    Regards,
    Humac
    Attached Files Attached Files
    Last edited by humacdeep; 02-15-2012 at 01:32 PM.

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,167

    Re: Issue in Conditional Formating

    Change your conditional formatting formula to -
     =AND($B3=0,$B3<>"")
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Forum Contributor
    Join Date
    09-10-2011
    Location
    Chicago
    MS-Off Ver
    Excel 2007
    Posts
    176

    Re: Issue in Conditional Formating

    Thanks a LOT....

+ 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