+ Reply to Thread
Results 1 to 10 of 10

Using conditional formatting to find the respective remarks

  1. #1
    Registered User
    Join Date
    10-24-2008
    Location
    singapore
    Posts
    22

    Using conditional formatting to find the respective remarks

    Anyone can help me? I trying to give remark to my Profits and Loss amount with Poor, Good, and Excellent.

    For example if my amount is more than $10000 it should be remark Excellent automatically by excel in the cell beside. How am I able to do this with conditional formatting in Excel 2007.

    <example>

    A B
    1 10000 Excellent
    2 (500) Poor
    3 8000 Good


    Criteria: Poor is less than 0, good is between 0 to 10000 and Excellent is above 10000


    How can I make excel put the respective remarks automatically whenever i key in a different amount?
    Last edited by excelplshelp1; 11-15-2008 at 11:57 AM.

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hi,

    You can do this with a formula in the adjacent cell based on your criteria

    Criteria: Poor is less than 0, good is between 0 to 10000 and Excellent is above 10000
    =IF(A1<0,"Poor",IF(A1>=10000,"Excellent","Good"))
    Last edited by oldchippy; 11-14-2008 at 04:53 AM. Reason: Shorter formula
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

  3. #3
    Registered User
    Join Date
    10-24-2008
    Location
    singapore
    Posts
    22
    I want to use conditional formatting instead. Is that possible?

  4. #4
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Not to write formulas, but take a look here for a demo of CF in 2007 may be this will help?

    http://office.microsoft.com/en-us/ex...655491033.aspx
    Last edited by oldchippy; 11-14-2008 at 05:13 AM. Reason: spelling

  5. #5
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    If the values are to appear in a cell the if statement you have been given is the correct answer. It is what you asked for, why would doing it by conditional formating make any difference?

    If you wished to have the cells shaded dependent on the result say value <0 format red, value>10000 shade green, othrwise the cells are orange, you would use conditional formats

    Regards

    Dav

  6. #6
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561
    Alternative formula:

    =LOOKUP(B1,{-9E+307,0,10000},{"Poor","Good","Excellent"})

  7. #7
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Nice one Cheeky Charlie

  8. #8
    Registered User
    Join Date
    10-24-2008
    Location
    singapore
    Posts
    22
    “Poor”, profit between $0 and less than $10,000 as “Good” and above $10,000as “Excellent”. Automatically highlight remark “Poor” in red.

    This is the criteria....

    So is there anyway to use conditional formatting now? Thanks to all :D

    ** Ive upload a 2003 version for easier reference. Will be great if you all can show me in excel file. Thanks
    Attached Files Attached Files

  9. #9
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hi,

    I've used our friends formula and added an error trap in case you have blank cells in column A. Take a look in conditional formatting for the formula to highlight in red.

    Does that help?
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    10-24-2008
    Location
    singapore
    Posts
    22
    Quote Originally Posted by oldchippy View Post
    Hi,

    I've used our friends formula and added an error trap in case you have blank cells in column A. Take a look in conditional formatting for the formula to highlight in red.

    Does that help?
    Thanks... I figure out already!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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