+ Reply to Thread
Results 1 to 5 of 5

Cell Color changes when specific item is selected in List.

  1. #1
    Registered User
    Join Date
    12-20-2008
    Location
    India
    Posts
    23

    Cell Color changes when specific item is selected in List.

    Hi,

    What exactly I am looking for is like this I have a list of items some of then are orderable and some are non-orderable (see the attached excel file sheet 2 all orderable have 'Y' flag which I need to validate and those with 'N' should change the cell background color) now on sheet 1 I want a List validation so that even the non-orderable items can be selected but if they are selected the cell color for that specific cell under Product column should change to red.

    Let me know if I am not clear with the requirement.

    Thanks
    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: Cell Color changes when specific item is selected in List.

    define another name for
    =Sheet2!$A$2:$A$21 say "yesno"
    then use conditional format formula is
    =INDEX(yesno,MATCH(A2,Product,0))="n" choose red pattern
    "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-20-2008
    Location
    India
    Posts
    23

    Re: Cell Color changes when specific item is selected in List.

    Quote Originally Posted by martindwilson View Post
    define another name for
    =Sheet2!$A$2:$A$21 say "yesno"
    then use conditional format formula is
    =INDEX(yesno,MATCH(A2,Product,0))="n" choose red pattern
    Okay, I got the first point of naming but I dont understand the second one could you put a it in Example sheet attached with the thread 1. I am not able to implement this.

    Thanks,

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

    Re: Cell Color changes when specific item is selected in List.


  5. #5
    Registered User
    Join Date
    12-20-2008
    Location
    India
    Posts
    23

    Re: Cell Color changes when specific item is selected in List.

    Quote Originally Posted by martindwilson View Post
    That helped a lot... Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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