IF function used in Excel for _____?

IF function used in Excel for _____?

اف فنکشن ایکسل میں کس لیے استعمال ہوتا ہے؟
Explanation
  • The IF function checks a condition and returns different values based on TRUE or FALSE.
  • Example: =IF(A1>50, "Pass", "Fail") (Returns "Pass" if A1 is greater than 50, otherwise "Fail").