HomeTestsSearchRankProfile
easyMCQCUET Accountancy 2025 3 June Shift 12026Accountancy
1 mark

What would be the syntax for "IF" Function to get a result of Pass or Fail If Passing criteria is and above. Further percentage of marks is available in Cell A1?

  1. A
    =IF(A1>=40%,"PASS","FAIL")
  2. B
    =IF(A1<40,"PASS","FAIL")
  3. C
    =IF(A1>=40,"FAIL","PASS")
  4. D
    =IF(A1+40,"PASS","FAIL")

Solution & Step-by-step Explanation

The syntax format for the spreadsheet logical IF function is:=IF(logical_test, value_if_true, value_if_false)Since cell A1 stores percentage values, comparing it with 40% or matching standard decimal values checks the conditional baseline appropriately.If A1 >= 40% is true, it outputs "PASS".If false, it outputs "FAIL".Hence, Option A matches the perfect complete working syntax.

Practice this question

Try it yourself before checking the explanation above.

What would be the syntax for "IF" Function to get a result of Pass or Fail If Passing criteria is and above. Further percentage of marks is available in Cell A1?
A
=IF(A1>=40%,"PASS","FAIL")
B
=IF(A1<40,"PASS","FAIL")
C
=IF(A1>=40,"FAIL","PASS")
D
=IF(A1+40,"PASS","FAIL")

Share This Question

Related Questions

Ready for a Full Test?

Practice with timed mock tests and track your performance across Accountancy.

Discussion