+ Reply to Thread
Results 1 to 3 of 3

Conditional formatting rules linking to cells

  1. #1
    Registered User
    Join Date
    08-02-2013
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    38

    Conditional formatting rules linking to cells

    Hi

    I have a condition that uses the following formula:

    Please Login or Register  to view this content.
    It sets out if a cell in column R = > $1.0m potential impact and in the same row if the cell in column T has a value less than 1000000 then the condition is TRUE.

    I would like to make this more dynamic. So I can build the model and substitute for different thresholds. e.g: > $20.0m potential impact and subsequently a value <20000000.

    I therefore am linking to a cell.....so my new formula looks like this.....

    Please Login or Register  to view this content.
    Where C5 contains > $1.0m potential P&L impact
    and C23 contains 1000000

    but this is not working. Any ideas please?

    Much appreciated

    PS I attach test 3 model as an example
    Attached Files Attached Files
    Last edited by Mountain99; 09-09-2013 at 09:19 AM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Conditional formatting rules linking to cells

    Try this instead...
    =COUNTIFS($R$5:$R$183,$C$5,$T$5:$T$183,"<"&$C$23)+COUNTIFS($R$5:$R$183,"=< $1.0m potential P&L impact",$T$5:$T$183,">1000000")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    08-02-2013
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    38

    Re: Conditional formatting rules linking to cells

    Thank you FDibbons! Worked perfectly.....sorry not allowed to give anymore reputation to you!

+ 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. conditional formatting rules for a cell on sheet 1 based on rules from sheet 2
    By jsard in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 1
    Last Post: 08-15-2013, 09:22 AM
  2. Replies: 1
    Last Post: 06-12-2013, 10:23 AM
  3. [SOLVED] Conditional Formatting - Highlight Cells Rules "text that contains"
    By ggentry in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-11-2013, 07:53 AM
  4. 3+ Conditional Formatting Rules for cell range based on Formula from other cells
    By osborsm9 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-06-2013, 08:48 PM
  5. Replies: 2
    Last Post: 06-23-2011, 01:19 AM

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