Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Spreadsheets (https://www.askmehelpdesk.com/forumdisplay.php?f=395)
-   -   Conditional formatting with letters (https://www.askmehelpdesk.com/showthread.php?t=697737)

  • Aug 28, 2012, 05:29 PM
    cottons
    conditional formatting with letters
    I'm studying for the GMAT, and am putting my answers in excel to help me study.

    In my spreadsheet I have 5 columns labeled: first attempt, second attempt, third attempt, -blank-, and correct answer.

    what I want to do is conditional formatting that will highlight the cells if the attempted answer and correct answer do not match. Each column has answers a-e. (this will help me home in on the topics that I struggle with, I hope)

    I wish it was as simple as =if(c2=g2,"",format the damn thing)
  • Aug 29, 2012, 09:43 PM
    JBeaucaire
    Conditional formatting formulas are actually much shorter than that. They are are simple TRUE/FALSE constructs.

    So based on your example, if C2 and G2 do not match... the formula would be:

    =C2<>G2

    ... then select your formatting colors.

  • All times are GMT -7. The time now is 07:18 PM.