Update the output cells so that each order is marked exactly "YES" or "NO" based on the following rules. For each row in B3:E9, return exactly "YES" in column F only if ALL of the following are true: (1) the value in column D is greater than or equal to the region's minimum amount listed in the table H3:I9 (2) the text in column E begins with the four uppercase letters "SAVE" (3) the text in column E contains exactly 8 characters in total. If any one of those checks fails, return exactly "NO". Assume every region in column C will appear exactly once in H3:H9. See Examples
Your solution should use cell references so it updates automatically if the input cells change values.
This cell cannot be edited