+ Reply to Thread
Results 1 to 5 of 5

Conditional Formatting

  1. #1
    Forum Contributor
    Join Date
    02-11-2009
    Location
    Montclair, NJ
    MS-Off Ver
    Excel 365
    Posts
    224

    Conditional Formatting

    Hey,

    For using Conditional Formatting, I'm looking for a formula to format cell A1:

    Blank, 5, 10 or 15 - Original Format
    Any other value - Format Change

    Thank you
    Bob
    Last edited by sighlent1; 04-09-2010 at 04:40 PM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Conditional Formatting

    You can try this: =OR(ISBLANK(A1),A1=5,A1=10,A1=15)

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Conditional Formatting

    And this for reverse format: =NOT(OR(ISBLANK(A1),A1=5,A1=10,A1=15))

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

    Re: Conditional Formatting

    Try

    =AND(A1<>"",A1<>5,A1<>10,A1<>15)
    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.

  5. #5
    Forum Contributor
    Join Date
    02-11-2009
    Location
    Montclair, NJ
    MS-Off Ver
    Excel 365
    Posts
    224

    Re: Conditional Formatting

    Excellent, Thank you guys soooo much....That is EXACTLY what I'm looking for

    Thank you and I appreciate your time
    Bob

+ 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