Results 1 to 5 of 5

Thread: Color A Row Of Cells Using Conditional Format Based On A Value In Cell

  1. #1
    Junior Member
    Join Date
    Jun 2013
    Posts
    16
    Rep Power
    0

    Color A Row Of Cells Using Conditional Format Based On A Value In Cell

    Hello

    How do I make the rows (AAAAA to Invoice Number) turn Green when the Invoice Number starts with 301

    Thanks

    Ray
    Attached Files Attached Files

  2. #2
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,402
    Rep Power
    10
    Select entire area starting from D5 cell to R10 and in the conditional format, go to the formula section and use =LEFT($R5,3)="301", and select the formatting you want and click OK.
    Attached Files Attached Files
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

  3. #3
    Junior Member
    Join Date
    Jun 2013
    Posts
    16
    Rep Power
    0
    Thanks Excel Fox

  4. #4
    Junior Member
    Join Date
    Jun 2013
    Posts
    16
    Rep Power
    0
    If i want to make it turn green only if the numbers are between 30100000 and 30199999 what formula would i use please
    Cheers
    Ray

  5. #5
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,402
    Rep Power
    10
    Change the formula to =AND($R5>=30100000,$R5<30200000)
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

Similar Threads

  1. Replies: 4
    Last Post: 06-01-2013, 01:08 PM
  2. Red Green Amber Three Color Conditional Format
    By paul_pearson in forum Excel Help
    Replies: 1
    Last Post: 03-07-2013, 06:50 PM
  3. Replies: 4
    Last Post: 02-22-2013, 02:24 AM
  4. Replies: 2
    Last Post: 01-24-2013, 09:03 PM
  5. Replies: 4
    Last Post: 07-27-2012, 08:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •