Which of the following is correct syntax in Excel?

Which of the following is correct syntax in Excel?

ایکسل میں درج ذیل میں سے کون سا نحو درست ہے؟
Explanation

 IN MS Excel, the "IF" function is used to check the particular condition.

It will return differently depending on whether the result of the condition was TRUE or FALSE.

***

ND18-1-2023 

The correct syntax for an IF statement in Excel is: A =IF(LogicalTest, TrueResult, FalseResult) This syntax states that if the logical test is true, the function will return the TrueResult, and if the logical test is false, the function will return the FalseResult. The other options are not correct.