You can use the AND() function in your formula.
Something like this would work:
IF(AND(first logic statement, second logic statement),(Insert what you would like the formula to return if both items are true), “”)
A few notes, you shouldn’t need to enter the BLANK() function, you can just set it to two double or single quotes: “”
Give that a shot.
You can use the AND() function in your formula.
Something like this would work:
IF(AND(first logic statement, second logic statement),(Insert what you would like the formula to return if both items are true), “”)
A few notes, you shouldn’t need to enter the BLANK() function, you can just set it to two double or single quotes: “”
Give that a shot.
YES! I knew there had to be a way :slightly_smiling_face: Thanks!
Sean