Ask Question
19 February, 15:39

When working in excel online, which of the following is considered a conditional formula?

A) A1+F1-H1

B) If (A1>1, true, false)

C) = sum (A1:J1)

D) = sum (A1:A9) - A10

+1
Answers (2)
  1. 19 February, 18:10
    0
    B. Because conditional statements have an IF before stating the condition
  2. 19 February, 18:19
    0
    If (A1>1, true, false)

    Explanation:

    A conditional formula always contains keyword "if". The output value is dependent on whether the condition defined in the if statement is met or not.

    In the given statement If (A1>1, true, false), the Excel will check if A1 bigger than 1, it will result in true value otherwise false value. This is consider a simple example of conditional formula that only handles two conditions. In some complex cases that need to handle more than two conditions, we have to extend the formula with additional if statement.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “When working in excel online, which of the following is considered a conditional formula? A) A1+F1-H1 B) If (A1>1, true, false) C) = sum ...” 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