+ Reply to Thread
Results 1 to 7 of 7

Conditional Formatting

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

    Conditional Formatting

    Hey,

    I'm trying to look up in google how to do this, but not finding what i need

    I'm looking for a formula to format cell A1 so that whenever it's blank, or contains the values, 5, 10, or 15, the format will change

    Does anyone know what formula to use?

    Thank you for your time
    Bob
    Last edited by sighlent1; 04-09-2010 at 04:41 PM.

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

    Re: Conditional Formatting

    It is called conditional formatting...

    See here for intro: http://www.contextures.com/xlCondFormat01.html
    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
    Forum Contributor
    Join Date
    02-11-2009
    Location
    Montclair, NJ
    MS-Off Ver
    Excel 365
    Posts
    224

    Re: Conditional Formatting

    In the conditional formatting, i only know how to make a cell appear "Red" if its not equal to 5. When i add in other conditions, the original condition is over ruled

    Do i need to do this with a formula?

    Thank you,
    Bob

  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

    Yes, choose "use a formula to determine which cells to format"

    Then use a formula like:

    =OR(A1<>"",A1=5,A1=10,A1=15)

    If you want any multiple of 5

    then

    =OR(A1="",MOD(A1,5)=0)

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

    Re: Conditional Formatting

    Thank you sooo much
    Bob

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

    Re: Conditional Formatting

    Hmmmm, for some reason that code isn't working for me

    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

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

    Re: Conditional Formatting

    Please do not double - post...

    Answered in your other post.

    And besides, re-read your original post at top... it is not the same thing as your last post above.

+ 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