Computer Science, asked by sukmapipladiya, 18 days ago

true or false the if functon is uesd to produce the results based on true or false condition​

Answers

Answered by shyamahmr
0

Explanation:

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,"")

Similar questions