• Conditional formatting with number plus text (Excel 2003)

    Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » Conditional formatting with number plus text (Excel 2003)

    Author
    Topic
    #455742

    I want to shade a column of numbers with green if positive, red if negative and yellow if = 0.

    The problem is the numbers have the word “point” after them. So it’s 0 points, 5 points, -1 point. The text prevents me from using the conditional formatting. How can I work around this? Thanks

    Viewing 0 reply threads
    Author
    Replies
    • #1135779

      As long as there is a space between the number and “point” you can use the following as your formulas:
      For items >0
      =LEFT(A1,FIND(” “,A1))*1>0

      For items =0
      =LEFT(A1,FIND(” “,A1))*1=0

      For items >0
      =LEFT(A1,FIND(” “,A1))*1<0

    Viewing 0 reply threads
    Reply To: Conditional formatting with number plus text (Excel 2003)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: