+ Reply to Thread
Results 1 to 6 of 6

Reference a conditional formatted symbol in a forumla

  1. #1
    Registered User
    Join Date
    08-24-2018
    Location
    uk
    MS-Off Ver
    2016
    Posts
    3

    Reference a conditional formatted symbol in a forumla

    Hello,

    I have a scoring system set up that puts the score through conditional formatting to generate an icon set. i.e traffic lights (specifically: "3 traffic lights (unrimmed)". What I would like to know is can I create a formula that checks the symbol that have been placed in the cell.

    For example: If symbol is green or yellow do nothing. If symbol is red copy cellXX to sheetXX.

    This is for a performance dashboard. What I want to create is a separate sheet that is populated with a list of the performance areas which scored low enough to get a red traffic light symbol.

    The only part I cannot figure out is how to reference the symbol in the formula. Any help is greatly appreciated.

    I cannot attach the sheet as it contains private personal information.

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Reference a conditional formatted symbol in a forumla

    Hello and welcome to the forum.

    We can't tell you exactly how to do something without seeing a small representative sample of the data along with the desired result (which can be entered manually).

    That being said, tasks like this are completed by building a formula that mimics the conditional formatting that would make a cell show as a red traffic light.

    To upload an Excel workbook, follow these steps:
    1) Click on "Go Advanced"
    2) Click on "Manage Attachments"
    3) Click on "Choose File"
    4) Choose your file and click on "Open"
    5) Click on "Upload"
    6) Click on "Close this window"

  3. #3
    Registered User
    Join Date
    08-24-2018
    Location
    uk
    MS-Off Ver
    2016
    Posts
    3

    Re: Reference a conditional formatted symbol in a forumla

    I have attached a simplified example with notes describing what I am trying to achieve.
    Attached Files Attached Files

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Reference a conditional formatted symbol in a forumla

    I noticed that you have different Conditional Formatting going down column E.

    Assuming that this was a mistake and you want to pull all criteria with a value < 2.5 over with a formula, try this in A12:

    =IFERROR(INDEX(A:A,SMALL(IF(E$2:E$7<2.5,ROW(E$2:E$7)),ROWS($1:1))),"") Ctrl Shift Enter

    Drag the formula down as far as needed.

  5. #5
    Registered User
    Join Date
    08-24-2018
    Location
    uk
    MS-Off Ver
    2016
    Posts
    3

    Re: Reference a conditional formatted symbol in a forumla

    I have used the formula you suggested and it works. It doesn't use the conditional formatting icon in the formula but it still achieves the same result by using the underlying number that drives the conditional formatting in the first place. So perhaps my approach was wrong from the get go.

    However, you have answer my question. Thank you very much for your help.

    My next challenge is to figure how to make this generate that list on a new sheet with various headings surrounding it!

  6. #6
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Reference a conditional formatted symbol in a forumla

    Quote Originally Posted by CallumRussell View Post
    It doesn't use the conditional formatting icon in the formula but it still achieves the same result by using the underlying number that drives the conditional formatting in the first place.
    Exactly. Formulas can't see Conditional Formatting so you have to mimic what is making the Conditional Formatting be applied, as explained in post #2.

    However, you have answer my question. Thank you very much for your help.
    Happy to help. Thanks for the rep!

    My next challenge is to figure how to make this generate that list on a new sheet with various headings surrounding it!
    You can put the formula from post #4 anywhere. You will just have to include the sheet name reference before "A:A" and both instances of "E$2:E$7".

+ 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] Symbol - VBA reference - Need help!
    By mitko007 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-26-2015, 04:09 AM
  2. Conditional Forumla with Forumla assigned- Help needed
    By MarkoPolo in forum Excel General
    Replies: 3
    Last Post: 03-06-2014, 06:46 PM
  3. Changing the symbol for all currency formatted values in a spreadsheet - how?
    By Jason66 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-18-2013, 11:01 AM
  4. [SOLVED] How to reference a Conditional Formatted Cell ?
    By EXCELNEWCOMER in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-20-2013, 04:54 AM
  5. [SOLVED] How to conditionally add formatted symbol or image before a text?
    By bristly in forum Excel General
    Replies: 21
    Last Post: 06-12-2013, 07:49 AM
  6. Replies: 1
    Last Post: 04-18-2006, 01:35 PM
  7. Replies: 7
    Last Post: 09-12-2005, 06:05 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