Forum Discussion

martabn's avatar
martabn
Copper Contributor
May 12, 2023
Solved

Text fill a cell based on the colour fill of another cell

Hello,   I'm trying to make an automatic attendance tracker based on pasted reports. So far I have set up conditional formatting to flag duplicate values (names) which is working fine. However I n...
  • HansVogelaar's avatar
    May 12, 2023

    martabn

    In B2:

     

    =IF(ISNUMBER(MATCH(A2, $G$2:$G$100, 0)), "Yes", "")

     

    Fill down.

Resources