Ask Question
31 May, 20:26

This is suppose to be a mathematical function I need to enter into excel. "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." How do I type this out in excel using the IF function?

+5
Answers (1)
  1. 1 June, 00:22
    0
    The syntax for the IF statement is as follows:

    =IF (condition, value if true, value if false)

    therefore, we can enter the information from the problem:

    =IF ($B$9>=470000,35000,1000)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “This is suppose to be a mathematical function I need to enter into excel. "Enter a formula in cell B10 to return a value of 35000 if the ...” in 📘 Mathematics 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