Which formula returns TRUE only if Sales (A2) is greater than 50 and Revenue (B2) exceeds $5000?
Select the correct answer
=AND(A2>50, B2>5000)
=OR(A2>50, B2>5000)
=AND(A2>50, OR(B2>5000))
=OR(A2>50, AND(B2>5000))
How can we improve it?
Thanks for your feedback!
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Swipe to show menu