I have a perfectly working function:
TRANSPOSE(SPLIT(ArrayFormula(JOIN(" , , , , , ,";FILTER('REELsatış'!C2:C1500; 'REELsatış'!C2:C1500 <> "")));","))
It uses the data from the sheet REELsatış:
And gives me the following result on another sheet:
But it need it to use only the records of today. I mean that it shows 14.07.2021 today, and tomorrow it will show 15.07.2021. How can I put this condition in this complicated formula?

