Forum Discussion

Deleted's avatar
Deleted
Mar 19, 2020
Solved

How to conditionally format many columns independently

Hi,   I am struggling to find a solution for a problem I encountered. I have a data sheet with many columns and each column represents data from an individual person. In each column, there are word...
  • SergeiBaklan's avatar
    SergeiBaklan
    Mar 19, 2020

    Deleted 

    I'd apply to this range

    conditional formatting rule with formula

    =(B2<>"")*(COUNTIF(INDEX($B$2:$N$1048576,0,COLUMN()-1),B2)-1)

    See in second sheet attached.

Resources