Forum Discussion
rahul_oberoi
Oct 20, 2021Copper Contributor
Formula help for flag
Hi Experts,
I want to add Flag Green if value is 0 in B3, and red flag when value in B4.
Kindly suggest.
3 Replies
- OliverScheurichGold Contributor
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_oberoiCopper ContributorThanks for your kind help , Is there any way we can add Flag icon instead of color.
- OliverScheurichGold Contributor
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.