Template
Lookup Function
How to use the LOOKUP function
이 앱은 LOOKUP 함수를 사용하는 방법을 보여줍니다. 이메일 주소를 입력해 보세요. 그러면 해당 이메일 주소와 색상이 자동으로 채워집니다.
Loading...
Also see:
tablet mode & fullscreen mode
How we built this app
이 예제에서는 두 개의 조회 함수를 사용합니다:
LOOKUP([선택한 이메일], “조회 테이블”, ‘이메일’, “이름”)
LOOKUP([선택한 이메일], “조회 테이블”, ‘이메일’, “색상”)
이 함수는 사용자가 입력한 이메일 주소와 일치하는 “조회 테이블”의 행을 찾습니다. 그런 다음 해당 행의 ‘이름’ 또는 “색상” 값을 반환합니다.
This is a preview of the data sets used in the app.
Data
This is a high-level model of both the data entities and the UI elements in the app.
Loading...