franklinsam
New Member
- Joined
- Oct 1, 2023
- Messages
- 17
- Office Version
- 365
- Platform
- Windows
I have an Excel table that is called Withdrawals, column1 is the date column and column2 is the amount. I'm trying to get a sum of column2 where the year in column1 is the current year. My formula looks like this
=SUMIF(YEAR(Withdraws[Date]),2023,Withdraws[Amount])
Excel is telling me that there is an error with the formula.
Any ideas why I'm getting this error?
=SUMIF(YEAR(Withdraws[Date]),2023,Withdraws[Amount])
Excel is telling me that there is an error with the formula.
Any ideas why I'm getting this error?