How to have 2 trues for IF function
I am trying to use the IF function to return a value from a 2nd cell but I want to have the if-expression return true if either of 2 different values are present
eg
=IF(A2=4,B2," ")
But I want the 4 in the expression to be 4 or 5
How do I phrase that?