20230412 1311 

 

REF

[1] https://www.exceldemy.com/excel-find-first-value-greater-than/

 

How to Find First Value Greater Than in Excel (4 Ways) - ExcelDemy

In his article we will learn about excel find first value greater than any specified value or zero using few formulas & VBA

www.exceldemy.com

1, match & index를 사용하는 방법

예제

(note)H2, H3에 수식을 입력할 때 배열로 입력해야 한다(Ctrl+Shift+Enter)

★★★ index함수의 두번째 인수가 0이면 결과값을 배열로 출력한다.

 

2, match와 배열을 사용하는 방법

예제

1행; match가 찾는 값이 "1"이으로 "A1:E1=1"결과값(True, False)에 1을 곱해 숫자로 변환해준다.

2행; match가 찾는 값이 'True'이면 "A1:E1=1"를 그대로 사용해도 된다.

★1번 방법보다 간단하다. 굳이 index를 쓸 필요없이 배열을 직접 사용해도된다. 또한 수식을 입력할 때 일반적인 배열입력방법과 달리 Ctrl+Shift+Enter를 치지 않아도 된다**.

(질문: 그런데 왜 1번 방법에서는 index를 썼을까? 몰라) 

 

**(문제) 배열이 입력되었음에도 Ctrl+Shift+Enter를 넣지 않는 경우는 어떤 경우인가?

Posted by Weneedu
,


출처: https://privatedevelopnote.tistory.com/81 [개인노트]