Hi @Developer1911 ,
There are some grammatical errors in your formula. Please try the following formula:
=IF(AND([Column 1]="no",[Column 2]="no",[Column 3]="no"),"no",
IF(OR([Column 1]="yes",[Column 2]="yes",[Column 3]="yes"),"yes",
IF(OR(ISBLANK([Column 1]),ISBLANK([Column 2]),ISBLANK([Column 3])),"N/A")))
This is my test result:
Have a nice day!
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.