I have two column on my sheet. One called ROI which is formatted for $ and another called End Date which is formatted as a date.
On the summary sheet, I'd like to create a formula that would SUM the ROI if the end date is in 2023.
Here's the formula I added to the summary sheet: =SUMIFS(ROI:ROI, [End Date]:[End Date], YEAR(@cell) = 2023)
It's returning #INVALID DATA TYPE
Any suggestions?
Thanks,
Ed