목차

Google Sheet

텍스트 연결(conat)

=A1&B1&"helloworld"

Named Ranges : 이름이 지정된 범위

Operator

조건부 서식

Pivot Tables

정렬(sort) / 헤더 고정

Macro

다중 Sheet 의 데이터를 하나로 합쳐서 보여주기

=QUERY({'Sheet1'!A2:G;'Sheet2'!A2:G; ... }, "select * where Col1 is not null or Col2 is not null ...", 0)
=QUERY('Sheet1'!A19:CI147, "select * where U='내이름'" ,1)

날짜와 시간 입력 Date Time

문자열 split / 마지막 문자열만 취하기

=INDEX(SPLIT(A2, " "), COLUMNS(SPLIT(A2, " ")))

vlookup

인자설명

if

IF(ISNA(A2), "true일때 값", "false일 때 값")

is*

ifna

IFNA(Value,NA일때값)

프로그래밍과 연동

Sample Data

문제점

참조