Hi Folks, I need help writing a formula that returns only data for this week related to a release date
I know this formula works IF(WEEKNUM({Release Date})=WEEKNUM(TODAY()),“this week”,“NOT”)
However, it still shows me content released for the next year same as this week. I only want to work on the current year not all years in my view.
Thanks, A lot for your time