Skip to content

Instantly share code, notes, and snippets.

@nikushi
Created June 4, 2014 06:32
Show Gist options
  • Save nikushi/5e6972f029f93a02d6dc to your computer and use it in GitHub Desktop.
Save nikushi/5e6972f029f93a02d6dc to your computer and use it in GitHub Desktop.
spreadsheet-memo

Google spreadsheet memo

vlookup

列を番号で指定するところがキモく、多用しないほうがいい

filter

ある範囲を、こういう条件で検索して、リストを出す。条件は複数かけるSUM(FILTER(..))でやったりする。

iferror

エラーがをキャッチして別の値に置き換えれる。filterで1つもマッチしない場合をキャッチしてデフォルト値 "0" を入れるで使ってみた。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment