Universal Containers では、VP of Service が、ケースの優先度に基づいて、各ケースに視覚的なインジケータ フラグを要求しました。優先度の高いケースには赤のフラグを立て、中程度の優先度のケースには黄色のフラグを立て、優先度の低いケースには緑のフラグを立てる必要があります。この要件を満たす式はどれですか? 2つの答えを選択してください
正解:A,D
The formula for creating a visual indicator flag on each case based on the case priority should use the IMAGE and CASE functions. The IMAGE function returns an image for a given URL, and the CASE function evaluates an expression and returns a value based on that expression. Option A and D use these functions correctly, while option B and C do not.