Forum Discussion

3 Replies

  • rahul_oberoi 

    You can enter one rule for green and the other rule for red conditional formatting:

    =IF(COUNT(FIND("Completed",D7:G7))=4,1,0)

    =NOT(IF(COUNT(FIND("Completed",D3:G3))=4,1,0))

    In my example both rules apply to range B3:B7.

    • rahul_oberoi's avatar
      rahul_oberoi
      Copper Contributor
      Thanks for your kind help , Is there any way we can add Flag icon instead of color.
      • OliverScheurich's avatar
        OliverScheurich
        Gold Contributor

        rahul_oberoi 

        Sorry i missed that you want to flag cells.

        Go to conditional formatting, icon sets and indicators and choose the flags.

        When you did this you can adjust the formatting rule according to your requirement if this is necessary. 

Resources