Skip to content
Merged
36 changes: 16 additions & 20 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,31 +90,27 @@ website:
href: greenhorn/feidlambda-2/index.qmd
- text: Presentasi
href: greenhorn/feidlambda-2/presentation.qmd
- Review
- section: Logical
- Review Daftar Istilah
- section: Explorasi tentang _Logical_
contents:
- Fungsi Logical
- Operator Logical
- Fungsi IS*
- section: Dynamic Array Formula
- Logical dan Number
- Fungsi `IS*`
- section: _Dynamic Array Formula_ (DAF)
contents:
- FILTER, UNIQUE
- RANDARRAY, SEQUENCE
- SORT, SORTBY
- XLOOKUP, XMATCH
- section: Fungsi Baru
- Menyeleksi/memilih data
- Membangkitkan data
- Menyusun data
- Mencari data
- section: Fungsi Baru dari Excel 2019 dan 2021
contents:
- CONCAT
- IFS, MAXIFS, MINIFS
- SWITCH
- TEXTJOIN
- LET
- section: User Defined Lambda (UDL)
- Penggabungan Teks
- Koleksi `IF*`
- section: User Defined _Lambda_ (UDL)
contents:
- Pengenalan LAMBDA
- Menggabungkan LAMBDA dan LET
- Advanced Formula Environment (AFE)
- Berbagi UDL
- LAMBDA dan UDL
- Contoh
- Pengembangan lebih lanjut

## SIDEBAR
page-footer:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 5 additions & 11 deletions greenhorn/feidlambda-2/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,8 @@ abstract: |

Topik Pembahasan:

- Review _Glossary_ (Daftar Istilah).
- Review _Dynamic Array_ dan _Dynamic Array Formula_.
- Operator & Fungsi Logical: AND (*), OR (+).
- Fungsi `IS*`: `ISBLANK`, `ISERR`, `ISERROR`, `ISEVEN`, `ISFORMULA`, `ISNA`, `ISNONTEXT`, `ISNUMBER`, `ISODD`.
- _Dynamic Array Formula_ (DAF): `FILTER`, `RANDARRAY`, `SEQUENCE`, `SORT`, `SORTBY`, `UNIQUE`, `XLOOKUP`, `XMATCH`.
- Fungsi Baru (2019-2021):
- 2019: `CONCAT`, `IFS`, `MAXIFS`, `MINIFS`, `SWITCH`, `TEXTJOIN`.
- 2021: `LET`.
- _User Defined Lambda_ (UDL) dengan `LAMBDA`.
- Kombinasi `LAMBDA` dan `LET`.
- Berbagi UDL dengan [GitHub Gist](https://gist.github.com) dan _Advanced Formula Environment_ (AFE).
- Review [Daftar Istilah](/docs/glossary.qmd)
- Eksplorasi tentang _Logical_
- _Dynamic Array Formula_
- Fungsi Baru dari Excel 2019 dan 2021
- User Defined `LAMBDA` (UDL)
Loading