Ask Question
13 May, 20:44

In a spreadsheet, cells B2 through B10 store the cost price of items and cells C2 through C10 store the selling price. If the selling price exceeds the cost price, you earn a profit. Otherwise, you suffer a loss. Which formula will you use to determine whether you earn a profit?=IF (C2>B2; "Profit"; "Loss") = IF (C2B2; "Loss"; "Profit") = IF (C2>B2; "Profit"; "Profit")

+3
Answers (2)
  1. 13 May, 23:52
    0
    The correct formula to use is = IF (C2>B2; "Profit"; "Loss"). The condition set is that if the selling price (C Column) is greater than the cost price (B Column), you earn a profit. When encoded in the formula, the translation in this statement would be C2>B2. When you use the formula = IF (C2>B2; "Profit"; "Loss"), the first word will be shown when the condition set is applicable. In this case, if the condition is true, it displays the word "Profit" but otherwise, it displays "Loss".
  2. 14 May, 00:05
    0
    The correct formula to use is = IF (C2>B2; "Profit"; "Loss"). The condition set is that if the selling price (C Column) is greater than the cost price (B Column), you earn a profit. When encoded in the formula, the translation in this statement would be C2>B2. When you use the formula = IF (C2>B2; "Profit"; "Loss"), the first word will be shown when the condition set is applicable. In this case, if the condition is true, it displays the word "Profit" but otherwise, it displays Loss
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “In a spreadsheet, cells B2 through B10 store the cost price of items and cells C2 through C10 store the selling price. If the selling price ...” 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