看板 Office 關於我們 聯絡資訊
軟體:算表Googlesheet 版本:Googlesheet 請見縮圖 https://lurl.cc/rLaGD 想請教如何用Filter函數 針對條件自動帶出下方出席人員 原本寫的公式 FILTER(Data!B:C, (Data!B:B=B18) + (Data!C:C=C18)) 只能帶出時間 P跟W 但我需要的是下方的 甲 乙 丙 丁 戊 己 庚 辛 壬 葵 晴 還請解惑 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 125.229.217.41 (臺灣) ※ 文章網址: https://www.ptt.cc/bbs/Office/M.1719753908.A.2FE.html
windknife18: =offset(index(Data!B:B,max(arrayformula(( 07/01 17:00
windknife18: Data!B1:B1000=B2)*(Data!C1:C1000=C2)* 07/01 17:01
windknife18: row(Data!B1:B1000)))),2,0,11) 07/01 17:01
Moseschou: 感謝大神 成功了 公式我在研究一下 07/01 22:06