Good evening, I have been battling this one for a few days and think its time to ask for help...
The goal is to SUMIF a column from another sheet is within YTD. This is where I am with it:
=SUMIF({Reference_Sheet_Column_A}, {Same_Reference_Sheet_Diff_Column_With_Dates}@cell, AND(@cell >= DATE(YEAR(TODAY()), 1, 1), @cell <= TODAY()))
Any help is appreciated