where do you place the logical test argument in an if function formula?\no before the if function\no the…

where do you place the logical test argument in an if function formula?\no before the if function\no the first argument listed after if\no the second argument listed after if\no the third argument listed after if
Answer
Brief Explanations:
In an IF - function formula, the logical test is the first element following the IF keyword. It's what determines whether the "true" or "false" result is returned.
Answer:
B. the first argument listed after IF