+ Reply to Thread
Results 1 to 6 of 6

Dinamic Conditional Formatting

  1. #1
    Registered User
    Join Date
    08-21-2015
    Location
    Bali
    MS-Off Ver
    2010
    Posts
    12

    Dinamic Conditional Formatting

    Dear Excel Experts

    Is it possible to use dynamic conditional formatting?
    what i mean :

    \1

    if column Color, I change the content Green to Red, then columns with green shadowed change to red accordingly.

    thanks
    Attached Images Attached Images

  2. #2
    Registered User
    Join Date
    08-24-2015
    Location
    Denver
    MS-Off Ver
    2013
    Posts
    17

    Re: Dinamic Conditional Formatting

    Untitled.pngConditional Formatting
    New Rule
    Use Formula

    If Cell = 0 Then Red

    New Rule

    If Cell A1>=10 Then Green

    There should be a manager when you use rule and formulas
    Last edited by yates1_99; 08-24-2015 at 01:05 AM.

  3. #3
    Registered User
    Join Date
    08-21-2015
    Location
    Bali
    MS-Off Ver
    2010
    Posts
    12

    Re: Dinamic Conditional Formatting

    Quote Originally Posted by yates1_99 View Post
    Attachment 415190Conditional Formatting
    New Rule
    Use Formula

    If Cell = 0 Then Red

    New Rule

    If Cell A1>=10 Then Green

    There should be a manager when you use rule and formulas
    Thank you, sir. If I want the selected area with conditional formatting using above rule, is it possible to use the color instead of the text?

    My apology i dont understand your rule.

  4. #4
    Registered User
    Join Date
    08-24-2015
    Location
    Denver
    MS-Off Ver
    2013
    Posts
    17

    Re: Dinamic Conditional Formatting


  5. #5
    Registered User
    Join Date
    08-24-2015
    Location
    Denver
    MS-Off Ver
    2013
    Posts
    17

    Re: Dinamic Conditional Formatting

    =IFERROR(COLUMN()<MATCH("C",$L1:$GV1,0)+COLUMN($K1),0)

    and

    =IFERROR(COLUMN()>MATCH("L",$L1:$GV1,0)+COLUMN($K1),0)

    This is how to enter them:

    Select cell L1

    Note: If row 1 is not a row that you want this formatting for, just choose another cell, Ln, and change 1 to n everywhere in the formulas.

    1. Click on Conditional Formatting in the Styles section of the Home tab.

    2. Select New Rule... -> Use a formula to decide which cells to format

    3. Enter the first formula in the Format values where this formula is true box

    4. Click on Format... and select the formatting you want.

    5. OK yourself out of the dialogues.

    Repeat steps 1-5 and enter the second formula and the format you like for that.

    Finally used the Format painter in the Clipboard section of the Home tab to "paint" this conditional formatting to the range L1:GV1


    http://answers.microsoft.com/en-us/o...9-6face4870732

  6. #6
    Registered User
    Join Date
    08-24-2015
    Location
    Denver
    MS-Off Ver
    2013
    Posts
    17

    Re: Dinamic Conditional Formatting

    =IFERROR(COLUMN()<MATCH("C",$L1:$GV1,0)+COLUMN($K1),0)

    and

    IFERROR(COLUMN()>MATCH("L",$L1:$GV1,0)+COLUMN($K1),0)

    This is how to enter them:

    Select cell L1

    Note: If row 1 is not a row that you want this formatting for, just choose another cell, Ln, and change 1 to n everywhere in the formulas.

    1. Click on Conditional Formatting in the Styles section of the Home tab.

    2. Select New Rule... -> Use a formula to decide which cells to format

    3. Enter the first formula in the Format values where this formula is true box

    4. Click on Format... and select the formatting you want.

    5. OK yourself out of the dialogues.

    Repeat steps 1-5 and enter the second formula and the format you like for that.

    Finally used the Format painter in the Clipboard section of the Home tab to "paint" this conditional formatting to the range L1:GV1


    http://answers.microsoft.com/en-us/o...9-6face4870732

+ 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. Dinamic range calculation
    By Archimede in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-10-2014, 09:20 AM
  2. [SOLVED] SumIf and dinamic range name...help
    By fcasini in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-12-2014, 03:31 PM
  3. excel dinamic table
    By bernie777 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-31-2014, 09:48 AM
  4. Opening xlsm files with conditional formatting opens with removed conditional formatting
    By Martijn.Steenbakker in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-07-2014, 05:38 AM
  5. Price dinamic structure
    By traga2whiskys in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-26-2011, 06:38 AM
  6. [SOLVED] dinamic path name
    By emilija in forum Excel General
    Replies: 3
    Last Post: 05-08-2006, 01:10 PM
  7. Dinamic sheet in web format
    By Marcos in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 03-10-2006, 02:40 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