Calculated Colum based on checkbox Yes/No value

carola baars 1 Reputation point
2022-04-15T11:52:13.777+00:00

For a text value column yes/no the following formula works =IF([Colum1]="yes";Colum2). I would prefer to have the Yes/No checkbox column do the same thing, however I am sofar unable to get that working/done.

Tried: =IF(Colum1]=TRUE;Colum2)
and =IF([colum1]=1;"Yes";"No")
and =IF([Gekozen stromen]=TRUE;"Yes";"no")

Love to hear your input

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,229 questions
{count} votes

1 answer

Sort by: Most helpful
  1. CaseyYang-MSFT 10,456 Reputation points
    2022-04-18T02:23:31.287+00:00

    Hi @carola baars ,

    Per my test, you could use following formula:

    =IF([Yes/No]=TRUE,"Yes","No")  
    

    My test result:

    193771-1.jpg


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.