Different between cells

BT 160 Reputation points
2023-04-27T15:52:26.1966667+00:00

When the value of D5 is greater than 10% of the value of C5, the D5 value automatically turns red.

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
2,028 questions
0 comments No comments
{count} votes

Accepted answer
  1. Emily Hua-MSFT 27,671 Reputation points
    2023-04-28T02:18:19.0266667+00:00

    Hi @BT

    Do you want the conditional format formula?

    If there are only two cells D5 and C5 compared, you may refer to the formula: =$D$5>$C$5*0.1, and set the font to be red.

    Capture34

    If there are multiple rows of cells in C column and D column to be compared, you may try formula: =$D5>$C5*0.1, and apply the formula to the cells in D column, set red for their font.

    Capture35

    Any misunderstandings, please feel free to let me know.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.