강의

멘토링

커뮤니티

Inflearn Community Q&A

porkricesoup's profile image
porkricesoup

asked

Learning Work Automation with Google Spreadsheets (Coding for Office Workers)

Applying a filter function (returning a reference value)

함수 질문 드립니다!

Written on

·

317

0

안녕하세요. 강의 감사합니다

 

sumproduct 와 countif 함수의 차이가 무엇인가요?

Google-Sheetsregex

Answer 1

1

Master Norangi님의 프로필 이미지
Master Norangi
Instructor

안녕하세요 두개의 차이는 명확합니다.

우선 sumproduct는 두배열의 곱의 합입니다.

image두개의 배열이 있을 때 각열(가로)을 곱한 값들을 다시 합쳐서 결과를 뱉어 냅니다.

반면에 countif는 해당 범위에서 조건에 맞는 갯수를 계산해 줍니다.

image상기의 예는 해당 범위에서 4보다 큰수는 몇개인지를 보여 주는 것입니다.

이해가 되셨으면 합니다.

porkricesoup's profile image
porkricesoup

asked

Ask a question