bintu85bintu85
8 years agoQrew Trainee
Problem with if/and/or statement
Hello,
I am trying to build an if/and/or statement that does the following:
If record owner = "this role" and checkbox A is "true", then show this generate template button
or
If record owner = "not this role" and checkbox A is "not true", then also show this generate template button
Sample:
If([Record Owner]="HR Advisor" and ([HRBP Approval]="true"),[Save & Generate Template],
If([Record Owner]=NOT"HR Advisor" and ([HRBP Approval]="null"),[Save & Generate Template]))
So far, I am receiving syntax errors and have not been able to build the formula properly. If anyone has any suggestions that would be super helpful.
Thank you!
I am trying to build an if/and/or statement that does the following:
If record owner = "this role" and checkbox A is "true", then show this generate template button
or
If record owner = "not this role" and checkbox A is "not true", then also show this generate template button
Sample:
If([Record Owner]="HR Advisor" and ([HRBP Approval]="true"),[Save & Generate Template],
If([Record Owner]=NOT"HR Advisor" and ([HRBP Approval]="null"),[Save & Generate Template]))
So far, I am receiving syntax errors and have not been able to build the formula properly. If anyone has any suggestions that would be super helpful.
Thank you!