Computer Science, asked by sureshbkumar77, 17 days ago

is there any function to inform the user if a table cannot be created if yes what is it​

Answers

Answered by MissNobody21
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,"")

Similar questions