Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

create a formula in selected cell that will return the value \"True\" if either

ID: 3177839 • Letter: C

Question

create a formula in selected cell that will return the value "True" if either the number of Donations in cell C3 is greater than 1 or the Total Pledged in cell D3 is greater than 500.00
create a formula in selected cell that will return the value "True" if either the number of Donations in cell C3 is greater than 1 or the Total Pledged in cell D3 is greater than 500.00
create a formula in selected cell that will return the value "True" if either the number of Donations in cell C3 is greater than 1 or the Total Pledged in cell D3 is greater than 500.00

Explanation / Answer

you can create statement in selected cell =OR(C3>1;D3>500)

and run that ; please revert for any clarification