thorpyuk
Well-known Member
- Joined
- Mar 14, 2006
- Messages
- 1,453
Hi All,
I have a formula that works perfectly well, but it's a little sluggish:
I thought i might use EOMONTH to speed up rather than evaluating the date twice... it's essentially looking for invoices in a single month matching the month in cell L34.. but so far it doesn't seem to want to play.
If anyone has any ideas to speed it up another way i'd be grateful!
Thanks
I have a formula that works perfectly well, but it's a little sluggish:
Code:
={SUM(IF(MONTH('Entries'!$C$2:$C$50000)=MONTH(L$34),IF(YEAR('Entries'!$C$2:$C$50000)=YEAR(L$34),'Entries'!$H$2:$H$50000,0),0))}
I thought i might use EOMONTH to speed up rather than evaluating the date twice... it's essentially looking for invoices in a single month matching the month in cell L34.. but so far it doesn't seem to want to play.
If anyone has any ideas to speed it up another way i'd be grateful!
Thanks
Last edited: