+ Reply to Thread
Results 1 to 5 of 5

conditional formatting from formula result

  1. #1
    Forum Contributor
    Join Date
    02-06-2014
    Location
    The Show Me State
    MS-Off Ver
    Excel 2013
    Posts
    343

    conditional formatting from formula result

    Currently I add "FF" & "ENG" in columns and turn a cell grteen when ≥3. Is there a way to satisfy a cell only when their is a minimum of 2 "FF" and a minimum of 1 "ENG". At all times of the day I need at least 2 "FF" & 1 "ENG". I attached a snapshot of what I have.Doc3.docx

  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,939

    Re: conditional formatting from formula result

    If you are using this in CF, then maybe something like this?

    =AND(countif(A:A,"FF")>1,countif(A:A,"ENG")>0)
    (untested)

    Also, why upload a word doc for an excel question? Rather, upload a sample excel workbook
    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
    Forum Contributor
    Join Date
    02-06-2014
    Location
    The Show Me State
    MS-Off Ver
    Excel 2013
    Posts
    343

    Re: conditional formatting from formula result

    LOL...That is a good question.

  4. #4
    Forum Contributor
    Join Date
    02-06-2014
    Location
    The Show Me State
    MS-Off Ver
    Excel 2013
    Posts
    343

    Re: conditional formatting from formula result

    Works great, thanks.

  5. #5
    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,939

    Re: conditional formatting from formula result

    Happy to help

+ 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. [SOLVED] Conditional Formatting is not applying to an IFError formula result.
    By jtmoore in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-21-2014, 03:59 PM
  2. [SOLVED] Conditional Formatting to evaluate formula result not cell value
    By snoproladd in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-16-2012, 11:11 PM
  3. conditional formatting to change colour of cell based on formula result
    By gideong in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-15-2009, 09:35 AM
  4. [SOLVED] Conditional Formatting Against a Formula - not it's result
    By Mike The Newb in forum Excel General
    Replies: 3
    Last Post: 08-10-2006, 05:40 PM
  5. [SOLVED] conditional formatting based on another cells formula result
    By kstarkey in forum Excel General
    Replies: 3
    Last Post: 10-05-2005, 05:05 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