Help

Re: Help with IF Formula

420 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Jason_Hawkes
5 - Automation Enthusiast
5 - Automation Enthusiast

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…

1 Reply 1

You have to join the conditions inside the IF with the AND function:

IF(AND(Condition1,Condition2),C)