+ Reply to Thread
Results 1 to 5 of 5

Using conditional formatting on a drop down list

  1. #1
    Registered User
    Join Date
    01-22-2014
    Location
    Potosi, MO
    MS-Off Ver
    Excel 2013
    Posts
    64

    Using conditional formatting on a drop down list

    I have a drop down list that when an item in the list is selected I need to use conditional formatting on. I am looking at a cell on another sheet for one of the conditions.
    I tried this

    =($H3="BATCH")*(PV!$C1="1")

    H3 is on the current sheet, and BATCH is the item in the dropdown list that Im wanting to format. PV is the name of the other sheet im wanting to pull cell C1 info from.

    I saw somewhere that the * worked for someone... Anyhow, when I apply it, it does turn my cell the right color, but when the dropdown box is moved to something else, then comes
    back to the one that should be colored, it no longer works, and my formula is changed...im guessing because of the *, doing multiplication or something, lol. Can anyone help me?

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,447

    Re: Using conditional formatting on a drop down list

    Suggest you post a sample workbook.

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Using conditional formatting on a drop down list

    You could do one thing create a named range as pointer with relative referencing =PV!$C1
    in data validation if you want one of the condition true then apply formula as
    =Or(($H3="BATCH"),(pointer="1"))

    if you wan both of the conditions to become true then
    =And(($H3="BATCH"),(pointer="1")) used in the sheet

    check -- formula and name manager and check pointer
    Attached Files Attached Files
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  4. #4
    Registered User
    Join Date
    01-22-2014
    Location
    Potosi, MO
    MS-Off Ver
    Excel 2013
    Posts
    64

    Re: Using conditional formatting on a drop down list

    Thanks! Worked like a charm.

  5. #5
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Using conditional formatting on a drop down list

    Thanks for the feedback and Rep !

+ 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. Can i use OR functional for conditional formatting in a drop down list
    By manna1984 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-25-2013, 04:58 PM
  2. [SOLVED] Conditional formatting of adjacent cells from a drop down list
    By jtcmks in forum Excel General
    Replies: 3
    Last Post: 01-10-2013, 08:02 AM
  3. Replies: 4
    Last Post: 08-25-2009, 06:00 PM
  4. using Conditional Formatting on a cell with a drop down list
    By Rabbit84 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-24-2009, 05:34 PM
  5. Conditional Formatting based on a drop down list
    By erica6670 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-15-2008, 12:35 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