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

=IF(B10>=200000, "Yes", "No")