Ask Question
28 April, 15:08

Enter a formula in cell B10 to return a value of 35000 if the Net Profit After Tax (cell B9) is greater than or equal to 470000 or 1000 if it is not.

+3
Answers (1)
  1. 28 April, 16:06
    0
    Statement to be written in cell B10:

    IF (B9 > = 470000, 35000, 1000)

    Formula:

    IF (logical_test, [value_if_true], [value_if_false])

    Explanation:

    logical_test = Net Profit After Tax (cell B9) value_if_true = 35000

    (if the Net Profit After Tax (cell B9) is greater than or equal to 47000)

    3. value_if_false = 1000

    (if the Net Profit After Tax (cell B9) is lesser than 47000)

    Each value should be separated by comma.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Enter a formula in cell B10 to return a value of 35000 if the Net Profit After Tax (cell B9) is greater than or equal to 470000 or 1000 if ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers