Forum Discussion
ajmal_pottekattil_yoousuf
Feb 11, 2023Iron Contributor
Remove or (Highlighted ) the data based on the cell value
Based on the code of the item should be removed or highlighted Here the item code is started in KSA. we needed to highlight or remove the row if the item code is started in KSA.
- Feb 11, 2023
you can highlight the row with the following conditional formatting formula:
=LEFT($B3,3)="KSA"
See attached.
Riny_van_Eekelen
Feb 11, 2023Platinum Contributor
you can highlight the row with the following conditional formatting formula:
=LEFT($B3,3)="KSA"
See attached.