A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente
셀 범위의 개별 값이 평가되는 수식을 행렬 수식이라고 합니다. 행렬 수식과 다른 수식 간의 차이점은 행렬 수식의 경우 하나의 값이 아닌 여러 개의 값을 동시에 처리한다는 것입니다.
a formula in which the individual values in a cell range are evaluated is referred to as an array formula. the difference between an array formula and other formulas is that the array formula deals with several values simultaneously instead of just one.
다른 중요한 점은 case 표현식에는 정수, 실수, 문자열같은 스칼리 타입으로 평가되는 어떤 표현식이와도 된다는 것이다. 배열이나 객체는 스칼리 타입으로 변환시켜 사용하지 않는 한 사용할 수 없다.
the case expression may be any expression that evaluates to a simple type, that is, integer or floating-point numbers and strings.