How to have dynamic date range

Copper Contributor

Vkapoor565_0-1659324624515.png

I want the date range to be dynamic.
7/01/2022 will always be constant but the second date should be yesterdays.

 

So basically I need 7/01/2022 as text followed by a formula to get yesterday's date

 

Let me know if there is way to do this

1 Reply

@Vkapoor565 That would be:

="7/01/2022-"&TEXT(TODAY()-1,"m/dd/yyyy")