Answer the question
In order to leave comments, you need to log in
How to use the QUERY function to display strings by condition?
How to use the QUERY function to display rows where the date matches the condition today and earlier?
You need to set up a table where rows are automatically pulled from the database according to the condition <= today. So far, you have to manually enter the date in the formula every day.
=QUERY('Лента'!A:F;"select D,F where A='Задача'and C<=date'2020-07-04')
Answer the question
In order to leave comments, you need to log in
Substitute this for the date:
=ГОД(СЕГОДНЯ())&"-"&ДЕНЬ(СЕГОДНЯ())&"-"&МЕСЯЦ(СЕГОДНЯ())
=ТЕКСТ(СЕГОДНЯ();".ГГГГ-ДД-ММ")
YYYY-MM-DD
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question