The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
Sep 19, 2018 06:21 AM
Hello,
I am looking to write a formula to populate a field based on two separate fields using the IF AND statement.
This would be Field 1 = A and Field 2 = B then insert C into the formula field.
Is this possible?
Thank you.
Jason…
Sep 19, 2018 07:34 AM
You have to join the conditions inside the IF with the AND function:
IF(AND(Condition1,Condition2),C)