简体   繁体   中英

QUERY Specific column based on current date in google sheets

Please my sample sheet below:

https://docs.google.com/spreadsheets/d/1eDBqzwsyakyP3RGWAdNKs76Ia7JOGFwjIl_czREU0s0/edit?usp=sharing

I would like to know if I can query / filter a table to show someone's schedule based on the current date (Please see cell A25), I want to be able to have that table update based on the current date. Please advise. Thank you in advance, I appreciate all the help that I am getting from this group.

try simple:

=FILTER(B2:9, B1:1=B25)

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM