What kind of field is Status? Anyway, I think your solution is to use OR()
, like:
IF(OR({General Listing Calculation}= “Available”, {General Listing Calculation}= “Becoming Available”), {Price (from Room Details)})
Just adding the second value to the if condition with the OR().