Forum Discussion

bapatri's avatar
bapatri
Copper Contributor
Sep 29, 2021
Solved

Fill background color of cell 1 if cell 1 is included in cell 2 formula

I am trying to add a fill color to cell 1 if cell 1 is included in the formula of a cell 2. Also, it would need to remove fill color from cell 1 if it is removed from cell 2.   I have attached an ...
  • Juliano-Petrukio's avatar
    Juliano-Petrukio
    Sep 29, 2021

    bapatri 

    I need to admit that it is the first time I see something like that.

    Well, the conditional formatting formula would be something like that.

     

    =FIND(SUBSTITUTE(ADDRESS(ROW(),COLUMN()),"$",""),FORMULATEXT($B15))>0

     Remember to change the reference where the "main" formula is. This case the formula is on B15

    Find attachment.

Resources