+ Reply to Thread
Results 1 to 3 of 3

Why wouldn't a format rule of ISTEXT($G$1) won't fill the relevant cells with colour?

  1. #1
    Registered User
    Join Date
    06-21-2013
    Location
    Israel
    MS-Off Ver
    Excel 2010
    Posts
    29

    Why wouldn't a format rule of ISTEXT($G$1) won't fill the relevant cells with colour?

    I'm making sure the format is set right and applying it to the left hand column. So why nothing's happening?
    If a given answer detailing some basic info about conditional formatting and how it works (what cell to write in formula, how to set what it's applying on etc.) I will be grateful.
    File attached.
    Attached Files Attached Files

  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: Why wouldn't a format rule of ISTEXT($G$1) won't fill the relevant cells with colour?

    You were almost there..

    Use your formula in CF rules in this way...

    =ISNUMBER($G1)
    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
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Why wouldn't a format rule of ISTEXT($G$1) won't fill the relevant cells with colour?

    hi Droriley, welcome to the forum. you're not supposed to use the double quotes in the formula. you did it right in column H:J. so it's the same under the conditional formatting window. not:
    ="isnumber($G$1)"

    but:
    =ISNUMBER(G1)

    if you want to highlight H1:I1 based on G1, then you have to put a dollar sign on the left of G1:
    =ISNUMBER($G1)
    you can try this formula in a cell & copy down/across. you'll notice by copying to the right, it is still comparing to column G. but copying down will ensure G2 is compared instead of G1 again. if you put in 2 dollar signs, you are always comparing to cell G1 no matter which cells is it

    and the 2nd one in the Conditional formatting is better. don't refer to the whole range, but just what you need:
    =$G$1:$G$20

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

+ 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