Enzo_Matrix
Board Regular
- Joined
- Jan 9, 2018
- Messages
- 113
Code:
=SUMPRODUCT(--(YEAR(B2:B589)=2017))
=SUMPRODUCT(--(YEAR(B2:B589)=2018))
=SUMPRODUCT(--(YEAR(B2:B589)=2019))
If i expand the range beyond B589 it returns #VALUE regardless of data that is in the table and I'm not sure why. I need the range to exceed B1000 and I'm sure this is going to be a simple fix, but I don't know what it is and could use some help.