string - Match pattern of a list of words and highlight the found results -


i want excel row in column1 contains strings in column2. when found, highlight rows in column1. can group rows , use them else. have big data set need automated.

column1                     column2 long text 'uy58iop'    uy58iop long text 'uy58iop'    ldk09jy long text 'ldk09jy'    te89uty long text 'te89uty' long text 'oo48tsi' 

please try selecting columna, home > styles - conditional formatting - new rule..., use formula determine cells format, format values formula true::

=match(left(right(a1,8),7),b:b,0)   

format..., fill, select choice of highlighting, ok, ok.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -