Forum Discussion
Dimitrij_P
Sep 22, 2021Copper Contributor
Sharepoint list, Calculated Column, IF syntax error
Hi all, I have the following problem: I have a SharePoint list with different columns. Column 1 = single choice column with drop-down and values 1, 2, 3 Now I want to create a Column 2 = calcu...
- Sep 22, 2021
Dimitrij_P it needs to be =if([Column 1]="3","OK","NOK")
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)
RobElliott
Silver Contributor
Dimitrij_P it needs to be =if([Column 1]="3","OK","NOK")
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)
Dimitrij_P
Sep 22, 2021Copper Contributor
Hi Rob,
thank you for your quick reply!
I've tried your solution, unfortunately, it doesn't help. Still get the syntax error.
Dimitrij
thank you for your quick reply!
I've tried your solution, unfortunately, it doesn't help. Still get the syntax error.
Dimitrij
- RobElliottSep 22, 2021Silver Contributor
It works perfectly for me, so what is the formula you have used?
- Dimitrij_PSep 22, 2021Copper ContributorThe same you've posted:
=if([Column 1]="3","OK","NOK")- RobElliottSep 22, 2021Silver Contributor
Dimitrij_P are you sure? This is my list and the formula which gives exactly what you wanted:
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)