Forum Discussion

Josh_Waldner's avatar
Josh_Waldner
Brass Contributor
Jul 04, 2022
Solved

Conditional formatting

i have a question with conditional formatting here with excel. can i highlight the cell on the data table respectively to the values in column T? any help will be welcome. thanks. here i have  one as...
  • HansVogelaar's avatar
    HansVogelaar
    Jul 04, 2022

    Josh_Waldner 

    Select the range you want to format, for example P1:P100. The first cell in the selection should be the active cell in the selection - in this example P1.

    On the Home tab of the ribbon, click Conditional Formatting > New Rule...

    Select 'Use a formula to determine which cells to format'.

    Enter the formula

     

    =ISNUMBER(MATCH(P1, $T$10:$T$13, 0))

     

    If you have more cells in column T that you want to use, expand the range $T$10:$T$13.

    Click Format...

    Activate the Fill tab.

    Select a color.

    Click OK, then click OK again.

Resources