+ Reply to Thread
Results 1 to 4 of 4

I cannot get conditional formatting to work on this document... Please help

Hybrid View

  1. #1
    Registered User
    Join Date
    12-16-2013
    Location
    Lincoln, Rhode Island
    MS-Off Ver
    Excel 2003
    Posts
    3

    Question I cannot get conditional formatting to work on this document... Please help

    Looking to add conditional formatting to both column B and C. B's target would be 97.00% and C's target would be 91.00%. I have been trying to figure this out out all morning. Can someone look at it and tell me whats wrong? I have used conditional formatting many many times with no issue... Thanks, Beth
    Attached Files Attached Files

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: I cannot get conditional formatting to work on this document... Please help

    the % values being returned by the vlookup are text and therfore not treated as a number
    all the % values on rtd data dump are text
    you can either fix the tables
    or make the vlookup convert to a real number
    =VLOOKUP(A8,'RDT DATA DUMP'!$A:$P,2,FALSE)+0
    or
    =--VLOOKUP(A8,'RDT DATA DUMP'!$A:$P,2,FALSE)
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    12-16-2013
    Location
    Lincoln, Rhode Island
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: I cannot get conditional formatting to work on this document... Please help

    I love you martindwilson!!!!!!

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: I cannot get conditional formatting to work on this document... Please help

    Based on your last post in this thread, its apparent that you are satisfied with the solution(s) you've received and have solved your question, but you haven't marked your thread as "SOLVED". I will do it for you this time.

    In future, to mark your thread as Solved, you can do the following -
    Select Thread Tools-> Mark thread as Solved.

    Incase your issue is not solved, you can undo it as follows -
    Select Thread Tools-> Mark thread as Unsolved.

    Also, since you are relatively new to the forum, i would like to inform you that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post which helped you. This adds to the reputation of the person who has taken the time to help you.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Document (List) All Conditional Formatting Rules in Workbook
    By snapfade in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-08-2019, 05:30 PM
  2. iOS 7 - Excel document xlsx (no conditional formatting)!
    By LemitoSanchez in forum Excel General
    Replies: 1
    Last Post: 10-23-2013, 04:54 AM
  3. Replies: 1
    Last Post: 07-19-2012, 05:37 AM
  4. Conditional Formatting with Not work
    By fmluder93 in forum Excel General
    Replies: 4
    Last Post: 05-28-2009, 10:36 PM

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