Hi,
I would like to know how to write the formula for the following issue using SharePoint List.
Due is a calculated column with returns of Yes/No. I want it to yes when either one of the other options are No. Currently 1 of it is No yet the Due is no as well. The code I have is
=IF(AND([01]="Yes",[02]="Yes",[05]="Yes",[06]="Yes",[07]="Yes",[08]="Yes",[09]="Yes",[11]="Yes",[12]="Yes",[13]="Yes",[14]="Yes",[15]="Yes"),"Yes","No")
@Anonymous you can use condition block and add your AND, OR conditions and based on its value you can do further processing
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
Hi @Anonymous,
please describe in details what do you want to achieve
1) if all options are No
2) if some options are No and other ones are Yes
3) if all options are Yes
User | Count |
---|---|
26 | |
15 | |
14 | |
10 | |
10 |
User | Count |
---|---|
45 | |
29 | |
29 | |
23 | |
22 |