Answer:
=IF(OR(C5="N",G5="Unlimited"),TRUE,FALSE)
Step-by-step explanation:
There is an OR function contained within the IF function. The OR statement will return "TRUE" if either C5="N" or G5="Unlimited". If one of these conditions is true, the result will be "TRUE." Otherwise it will return "FALSE."