Forum Discussion
ManuelSimon
Mar 03, 2023Copper Contributor
Conditional formatting using lookup column
I have a lookup field where Yes/No is taken from another share point list. Can I put a conditional formula to check in the looked up field contains ‘Yes’. I am suggesting ‘contains Yes’ as the looked...
SvenSieverding
Mar 03, 2023Bronze Contributor
Hi ManuelSimon
this works for me:
=if(endsWith([$intnamefield],'#Yes'), 'true', 'false')
Best Regards,
Sven