+ Reply to Thread
Results 1 to 7 of 7

Formulas and Conditional Formatting using icon sets

  1. #1
    Registered User
    Join Date
    05-09-2014
    MS-Off Ver
    Excel 2003
    Posts
    3

    Formulas and Conditional Formatting using icon sets

    I have tried to find a solution to my problem in Excel 2010 but just can't!

    I have a simple spreadsheet of 5 columns:

    - B contains a procedure
    - E contains a lookup returning a percentage for Jan 14
    - F contains a lookup returning a percentage for Feb 14
    - G contains a lookup returning a percentage for Mar 14
    - H contains an IF forumula returning a score: =IF($G5<=$F5,"-10",IF($G5>=$F5,"10",IF($G5=$F5,"0","")))

    I want column H to be formatted so it returns an arrow:
    - Green arrow up if H is 10
    - Amber arrow across if H is 0
    - Red arrow down if H is -10

    Any ideas?
    Last edited by simon76; 05-09-2014 at 06:54 AM.

  2. #2
    Valued Forum Contributor Saarang84's Avatar
    Join Date
    02-19-2009
    Location
    Chennai, India
    MS-Off Ver
    XL 2003 to 2010
    Posts
    812

    Re: Formulas and Conditional Formatting using icon sets

    Hi Simon,

    Welcome to the forum.
    Refer the attached workbook. Is this what you asked for?
    Attached Files Attached Files
    Last edited by Saarang84; 05-09-2014 at 06:27 AM. Reason: Missed attachment
    If my assistance has helped, there is a reputation icon * on the left hand corner below the post - you can show your appreciation to the user who has helped in resolving your requirement.

    If your requirement has been solved please mark your thread as Solved.
    In the menu bar above the very first post, select Thread Tools, then select "Mark this thread as Solved".

    Kindly use [FORMULA] or [CODE] tags when posting your code.

    Regards,
    Sarang

  3. #3
    Registered User
    Join Date
    05-09-2014
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Formulas and Conditional Formatting using icon sets

    There was an error in my earlier post which has now been corrected.

    Procedure.xlsx

    I want column H to be formatted so it returns an arrow:
    - Green arrow up if H is 10
    - Amber arrow across if H is 0
    - Red arrow down if H is -10

    p.s. - i have noticed that my IF formula in column F does not work correct as run and skip should return "0"
    Last edited by simon76; 05-09-2014 at 06:55 AM.

  4. #4
    Valued Forum Contributor
    Join Date
    04-22-2014
    Location
    Auckland, New Zealand
    MS-Off Ver
    Office 365 (work) and Excel 2013 (home)
    Posts
    1,167

    Re: Formulas and Conditional Formatting using icon sets

    Your if statement doesn't work because you have <= (less than or equal to) and >= (greater than or equal to). Replace those with < and > respectively and it will work.

    Why do you have the -10, 10 and 0 as text rather than numbers (if you want numbers don't have the quote marks (""))?

  5. #5
    Valued Forum Contributor
    Join Date
    04-22-2014
    Location
    Auckland, New Zealand
    MS-Off Ver
    Office 365 (work) and Excel 2013 (home)
    Posts
    1,167

    Re: Formulas and Conditional Formatting using icon sets

    I opened your uploaded file, changed the IF formula to this and it worked fine:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  6. #6
    Valued Forum Contributor Saarang84's Avatar
    Join Date
    02-19-2009
    Location
    Chennai, India
    MS-Off Ver
    XL 2003 to 2010
    Posts
    812

    Re: Formulas and Conditional Formatting using icon sets

    Quote Originally Posted by gak67 View Post
    I opened your uploaded file, changed the IF formula to this and it worked fine:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Workbook attached.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    05-09-2014
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Formulas and Conditional Formatting using icon sets

    Excellent - works like a charm

+ 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 and Icon Sets
    By rrob74 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-12-2013, 03:48 AM
  2. Conditional Formatting using Icon Sets
    By JakeMann in forum Excel General
    Replies: 1
    Last Post: 09-11-2012, 09:39 AM
  3. Conditional Formatting – Icon Sets
    By pauldaddyadams in forum Excel General
    Replies: 2
    Last Post: 11-23-2011, 02:43 PM
  4. Excel 2007 : Conditional Formatting using icon sets
    By particle in forum Excel General
    Replies: 4
    Last Post: 04-05-2011, 09:12 PM
  5. Excel 2007 : Conditional Formatting using Icon Sets
    By Justinetme in forum Excel General
    Replies: 2
    Last Post: 04-10-2009, 08:46 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