Forum Discussion

helene7's avatar
helene7
Copper Contributor
Feb 09, 2020
Solved

Conditional formatting on several colomns

Hello community!!   I have a huge range of data. I need to put in red the MIN of each column. I can do this for one column. But how to do this for the whole range of data? (without doing it one col...
  • Haytham Amairah's avatar
    Haytham Amairah
    Feb 09, 2020

    helene7

     

    After you select the columns, just create a new rule with the formula.

    If the columns start from B to H, then select only these columns and change the formula as follows:

    =B1=MIN(B:B)