+ Reply to Thread
Results 1 to 16 of 16

Conditinal formating?

  1. #1
    Forum Contributor
    Join Date
    03-07-2013
    Location
    Montreal
    MS-Off Ver
    Excel 2007
    Posts
    274

    Conditinal formating?

    Hello,

    If we click on a cell (Mine is Z9) and then you click on "conditional formatting" and then on "manage rules", we come to a "conditional formatting rules manager" window!

    I would like Z9 to be conditionally formatted based on two dropdown cells located at M9 and N9, When M9 shows " ***", and N9 shows anything other than " ***", I would like the
    Z9 cell to show red. Anything other than this condition, I want Z9 to show white.

    Heres the two rules I put in:

    =AND(N9=" ***", N9=" ***")
    >>> show white


    and

    =AND(M9=" ***", N9<>" ***")
    >>> show red

    Somehow this is not working for me.

    Can anyone help me!

    Thanks in advance!

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,744

    Re: Conditinal formating?

    =AND(M9=" ***", N9<>" ***")
    >>> show red
    that should work -

    White is the default - so you should not need to format
    also
    this formula is incorrect
    =AND(N9=" ***", N9=" ***")

    can you upload a sample sheet as your red should work
    Just try the RED formula
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Contributor
    Join Date
    03-07-2013
    Location
    Montreal
    MS-Off Ver
    Excel 2007
    Posts
    274

    Re: Conditinal formating?

    Hi Wayne,

    I tried just the red and it doesn't work... sad!

    r

  4. #4
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: Conditinal formating?

    it doesn't work
    What doesn't work?
    What do you get?
    What do you want.

    Please upload a small excel workbook
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  5. #5
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,744

    Re: Conditinal formating?

    see attached

    you *** do have a space in front
    Attached Files Attached Files

  6. #6
    Forum Contributor
    Join Date
    03-07-2013
    Location
    Montreal
    MS-Off Ver
    Excel 2007
    Posts
    274

    Re: Conditinal formating?

    Here's the file....

    I would like Z9 to be conditionally formatted based on two dropdown cells located at M9 and N9, When M9 shows " ***", and N9 shows anything other than " ***", I would like the Z9 cell to show red. Anything other than this condition, I want Z9 to show white.

    discouraged!

  7. #7
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,744

    Re: Conditinal formating?

    i'm not sure what is going on the formula is correct
    and sometimes it works as i click around

    tested in another cell just using the formula
    =AND(M9=" ***", N9<>" ***")
    and it changes true and false

    though it maybe a calculation issue - but its not

    seems to work if i click onto z9 and then click into the formula bar
    Last edited by etaf; 05-23-2014 at 02:49 PM.

  8. #8
    Forum Contributor
    Join Date
    03-07-2013
    Location
    Montreal
    MS-Off Ver
    Excel 2007
    Posts
    274

    Re: Conditinal formating?

    That's weird ...

    it doesn't work anywhere for me lol

    thanks anyways

  9. #9
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,744

    Re: Conditinal formating?

    its not working correctly

    click into cell Z9
    then click on the fill and clear
    then click into the formula bar at the ribbon

  10. #10
    Forum Contributor
    Join Date
    03-07-2013
    Location
    Montreal
    MS-Off Ver
    Excel 2007
    Posts
    274

    Re: Conditinal formating?

    hi etaf,

    I don't see "fill and clear" sorry!!!

    But you don't even have to go that far.... Here... do a change on N9 (select ***) and click on the "defines" spreadsheet at the bottom and then
    click back on the "CUR_EXP_DETAIL" spread sheet at the bottom and it works.... weird ... its like as if the work book needs a refresh of some sort!!!

  11. #11
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: Conditinal formating?

    I think the file is corrupt because this file works
    Attached Files Attached Files

  12. #12
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,744

    Re: Conditinal formating?

    Yes, I thought it was not calculating - but its OK
    But i dont know how to fix

  13. #13
    Forum Contributor
    Join Date
    03-07-2013
    Location
    Montreal
    MS-Off Ver
    Excel 2007
    Posts
    274

    Re: Conditinal formating?

    If its corrupted, exporting it to a new workbook, would that solve the issue?

  14. #14
    Forum Contributor
    Join Date
    03-07-2013
    Location
    Montreal
    MS-Off Ver
    Excel 2007
    Posts
    274

    Re: Conditinal formating?

    Okay, I created a new sheet, and copied the defective one over and now it works in the new sheet!

    I would like that along when Z9 turns RED It can also show the word "PENDING"....

    I am trying to do this but not that easy!!!! LOL

    anycase thanks all for your help

  15. #15
    Forum Contributor
    Join Date
    03-07-2013
    Location
    Montreal
    MS-Off Ver
    Excel 2007
    Posts
    274

    Re: Conditinal formating?

    In anycase, at Z9 I also added the formula:

    =IF(AND(M9=" ***",N9<>" ***"),"PENDING","")

    And I got the pending issue resolved as well....

    all ends well

    thanks

  16. #16
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,744

    Re: Conditinal formating?

    excellent , glad it all worked out ok
    if my assistance has helped, and only if you wish to , there is a reputation icon * on the left hand side - you can add to my reputation here

+ 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. Conditinal Formatting Due Date
    By Nick.123 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-04-2011, 11:41 AM
  2. Conditinal format
    By mubeenff in forum Excel General
    Replies: 1
    Last Post: 12-11-2010, 04:13 AM
  3. Conditinal Formatting
    By Tziggy in forum Excel General
    Replies: 4
    Last Post: 12-09-2008, 05:24 AM
  4. Conditinal Formatting Question
    By Paul Cooke in forum Excel General
    Replies: 4
    Last Post: 11-07-2008, 11:21 AM
  5. Conditinal formating in excel 2007
    By Waqas in forum Excel General
    Replies: 1
    Last Post: 04-26-2008, 05:29 AM

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