📅  最后修改于: 2022-03-11 15:05:18.504000             🧑  作者: Mango
-- Google Sheets: Filter rows above current cell
=filter(
indirect("R2C3:R" & row()-1 & "C3", false),
indirect("R2C3:R" & row()-1 & "C3", false) = "Search Word"
)
-- Note: Use must use R1C1 notation, not the A1 notation