Forum Discussion
TechNewbie2020
May 16, 2024Copper Contributor
Sharepoint formular syntax error
Hey im working on a Filtered Lookup list that i need to only use the products that is avalible i Tried using the Formular: =IF([Status]="Tilgængelig",[Titel],"") and get mistake in syntax i am ...
DaveMehr365
May 16, 2024MVP
Hello TechNewbie2020
try to use ; .
In my case it works with this formula: =IF(ChoiceStatus="blue";Title;"")
Best, Dave