+ Reply to Thread
Results 1 to 3 of 3

Conditional Formatting with lesser than and greater than value for entire row

  1. #1
    Registered User
    Join Date
    06-15-2012
    Location
    Utah
    MS-Off Ver
    Excel 2010
    Posts
    6

    Conditional Formatting with lesser than and greater than value for entire row

    HELP!! I can't figure this one out.
    First condition works: =INDIRECT("AF"&ROW())<17% - The row shows red
    Second condition does not work: =AND(INDIRECT("AF"&ROW())>16.9%,INDIRECT("AF"&ROW())<20%) - Should show yellow but does not
    Third condition works: =INDIRECT("AF"&ROW())>20% - The row shows green

    Does anyone know what I've done wrong in the 2nd condition. I need it to highlight the entire row if AF is between 17.0% and 19.9%. Thank you.

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Conditional Formatting with lesser than and greater than value for entire row

    Hi and welcome to the forum

    Try this

    =AND(INDIRECT("AF"&ROW())>17%,INDIRECT("AF"&ROW())<20%)
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    06-15-2012
    Location
    Utah
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Conditional Formatting with lesser than and greater than value for entire row

    I tried this but it didn't work. The rows for the between formula doesn't color. I'm doing something incorrect. This is what I have:

    =AND(INDIRECT("AF"&ROW())>17%,INDIRECT("AF"&ROW())<20%)

+ 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