Computer Science, asked by BigOpp, 5 months ago

how do you create an if statement?

Answers

Answered by shreyao4o62009
1

Answer:

Use the IF function, one of the logical functions, to return one value if a condition is true and another value if it's false. For example: =IF(A2>B2,"Over Budget","OK") =IF(A2=B2,B4-A4,"")

Explanation:

mark me as brainliest if it helps you and thank me...

Similar questions