Question
In cell B17, enter a formula that uses the IF function and tests whether the total
sales for January (cell B10) is greater than or equal to 200000
sales for January (cell B10) is greater than or equal to 200000
Answers
GPT 3.5
=IF(B10>=200000, "Yes", "No")